#8CBD2A

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

Shades of Limerick #8CBD2A

Tints of Limerick #8CBD2A

Color information

#8CBD2A (or 0x8CBD2A) is unknown color: approx Limerick. HEX triplet: 8C, BD and 2A. RGB value is (140,189,42). Sum of RGB (Red+Green+Blue) = 140+189+42=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBD2A is #7342D5. Grayscale: #9E9E9E. Windows color (decimal): -7553750 or 2801036. OLE color: 2801036.

HSL color Cylindrical-coordinate representation of color #8CBD2A: hue angle of 80º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8CBD2A is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB14018942-
CMYK0.2600.780.26
HSL80º63.64%45.29%-
HSV(B)80º77.78%74.12%-
XYZ29.4342.148.77-
YUV157.5962.77115.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 189 (74.22% from 255) = 50.94%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=37.74%
G=50.94%
B=11.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal140189420.2600.780.268063.6445.29
Hex8CBD2A1A04E1A50402d
Octal214275523201163212010055
Binary100011001011110110101011010010011101101010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,42); }

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

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

 a { background-color: rgb(140,189,42); }

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

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

 span { border-color: rgb(140,189,42); }

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