Html Css Color HEX #8CB312 Limerick

📋 copy color: '#8CB312'

red 140 ◦ green 179 ◦ blue 18

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

Shades of Limerick #8CB312

Tints of Limerick #8CB312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.12%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 41.54%
G = 53.12%
B = 5.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#8CB312 (or 0x8CB312) is known color: Limerick. HEX triplet: 8C, B3 and 12. RGB value is (140,179,18). Sum of RGB (Red+Green+Blue) = 140+179+18=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB312 is #734CED. Grayscale: #959595. Windows color (decimal): -7556334 or 1225612. OLE color: 1225612.

HSL color Cylindrical-coordinate representation of color #8CB312: hue angle of 74.53º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CB312 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 18 -
CMYK 0.22 0 0.90 0.30
HSL 74.53º 0.82% 0.39% -
HSV(B) 74.53º 0.9% 0.7% -
XYZ 27.04 37.86 6.45 -
YUV 148.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 140 179 18 0.22 0 0.90 0.30 74.53 0.82 0.39
Hex 8C B3 12 16 0 5A 1E 4B 52 27
Octal 214 263 22 26 0 132 36 113 122 47
Binary 10001100 10110011 10010 10110 0 1011010 11110 1001011 1010010 100111

Color Harmonies of #8CB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB312

Black with #8CB312

Text Example


Text Example

White with #8CB312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,179,18); }

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

background-color css

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

 a { background-color: rgb(140,179,18); }

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

border-color css

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

 span { border-color: rgb(140,179,18); }

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