Html Css Color HEX #8CB818 Limerick

📋 copy color: '#8CB818'

red 140 ◦ green 184 ◦ blue 24

#8CB818
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #8CB818

Tints of Limerick #8CB818

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 24 (9.77% from 255) = 6.9%

R = 40.23%
G = 52.87%
B = 6.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#8CB818 (or 0x8CB818) is known color: Limerick. HEX triplet: 8C, B8 and 18. RGB value is (140,184,24). Sum of RGB (Red+Green+Blue) = 140+184+24=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 24 (9.77% from 255 or 6.90% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB818 is #7347E7. Grayscale: #999999. Windows color (decimal): -7555048 or 1620108. OLE color: 1620108.

HSL color Cylindrical-coordinate representation of color #8CB818: hue angle of 76.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CB818 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 24 -
CMYK 0.24 0 0.87 0.28
HSL 76.5º 0.77% 0.41% -
HSV(B) 76.5º 0.87% 0.72% -
XYZ 28.12 39.92 7.09 -
YUV 152.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 140 184 24 0.24 0 0.87 0.28 76.5 0.77 0.41
Hex 8C B8 18 18 0 57 1C 4C 4D 29
Octal 214 270 30 30 0 127 34 114 115 51
Binary 10001100 10111000 11000 11000 0 1010111 11100 1001100 1001101 101001

Color Harmonies of #8CB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB818

Black with #8CB818

Text Example


Text Example

White with #8CB818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,24); }

 H1.HeaderClassName
 {
   color: #8CB818;
 }
 .AnyTagClassName
 {
   color: #8CB818;
 }
</style>

background-color css

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

 a { background-color: rgb(140,184,24); }

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

border-color css

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

 span { border-color: rgb(140,184,24); }

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