#8CA92B

Color #8CA92B Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #8CA92B

Tints of Limerick #8CA92B

Color information

#8CA92B (or 0x8CA92B) is unknown color: approx Limerick. HEX triplet: 8C, A9 and 2B. RGB value is (140,169,43). Sum of RGB (Red+Green+Blue) = 140+169+43=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA92B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA92B is #7356D4. Grayscale: #929292. Windows color (decimal): -7558869 or 2861452. OLE color: 2861452.

HSL color Cylindrical-coordinate representation of color #8CA92B: hue angle of 73.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CA92B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB14016943-
CMYK0.1700.750.34
HSL73.81º59.43%41.57%-
HSV(B)73.81º74.56%66.27%-
XYZ25.4434.137.53-
YUV145.9669.89123.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 39.77%
GREEN value IS 169 (66.41% from 255) = 48.01%
BLUE value IS 43 (17.19% from 255) = 12.22%
R=39.77%
G=48.01%
B=12.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169430.1700.750.3473.8159.4341.57
Hex8CA92B1104B224a3b2a
Octal21425153210113421127352
Binary100011001010100110101110001010010111000101001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA92B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA92B; }

 p { color: rgb(140,169,43); }

 H1.HeaderClassName
 {
   color: #8CA92B;
 }
 .AnyTagClassName
 {
   color: #8CA92B;
 }
</style>
background-color css

<style>
 a { background-color: #8CA92B; }

 a { background-color: rgb(140,169,43); }

 div.DivClassName
 {
   background-color: #8CA92B;
 }
 .BgClassName
 {
   background-color: #8CA92B;
 }
</style>
border-color css

<style>
 span { border-color: #8CA92B; }

 span { border-color: rgb(140,169,43); }

 td.TdClassName
 {
   border-color: #8CA92B;
 }
 .TagClassName
 {
   border-color: #8CA92B;
 }
</style>