Html Css Color HEX #8CB516 Limerick

📋 copy color: '#8CB516'

red 140 ◦ green 181 ◦ blue 22

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

Shades of Limerick #8CB516

Tints of Limerick #8CB516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.41%

R = 40.82%
G = 52.77%
B = 6.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#8CB516 (or 0x8CB516) is known color: Limerick. HEX triplet: 8C, B5 and 16. RGB value is (140,181,22). Sum of RGB (Red+Green+Blue) = 140+181+22=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB516 is #734AE9. Grayscale: #979797. Windows color (decimal): -7555818 or 1488268. OLE color: 1488268.

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

Color convert

RGB 140 181 22 -
CMYK 0.23 0 0.88 0.29
HSL 75.47º 0.78% 0.4% -
HSV(B) 75.47º 0.88% 0.71% -
XYZ 27.48 38.68 6.78 -
YUV 150.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 140 181 22 0.23 0 0.88 0.29 75.47 0.78 0.4
Hex 8C B5 16 17 0 58 1D 4B 4E 28
Octal 214 265 26 27 0 130 35 113 116 50
Binary 10001100 10110101 10110 10111 0 1011000 11101 1001011 1001110 101000

Color Harmonies of #8CB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB516

Black with #8CB516

Text Example


Text Example

White with #8CB516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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