Html Css Color HEX #8CB514 Limerick

📋 copy color: '#8CB514'

red 140 ◦ green 181 ◦ blue 20

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

Shades of Limerick #8CB514

Tints of Limerick #8CB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.08%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 41.06%
G = 53.08%
B = 5.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#8CB514 (or 0x8CB514) is known color: Limerick. HEX triplet: 8C, B5 and 14. RGB value is (140,181,20). Sum of RGB (Red+Green+Blue) = 140+181+20=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB514 is #734AEB. Grayscale: #969696. Windows color (decimal): -7555820 or 1357196. OLE color: 1357196.

HSL color Cylindrical-coordinate representation of color #8CB514: hue angle of 75.28º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CB514 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 181 20 -
CMYK 0.23 0 0.89 0.29
HSL 75.28º 0.8% 0.39% -
HSV(B) 75.28º 0.89% 0.71% -
XYZ 27.47 38.67 6.68 -
YUV 150.39 54.42 120.59 -
System Red Green Blue C M Y K H S L
Decimal 140 181 20 0.23 0 0.89 0.29 75.28 0.8 0.39
Hex 8C B5 14 17 0 59 1D 4B 50 27
Octal 214 265 24 27 0 131 35 113 120 47
Binary 10001100 10110101 10100 10111 0 1011001 11101 1001011 1010000 100111

Color Harmonies of #8CB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB514

Black with #8CB514

Text Example


Text Example

White with #8CB514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,181,20); }

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

background-color css

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

 a { background-color: rgb(140,181,20); }

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

border-color css

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

 span { border-color: rgb(140,181,20); }

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