Html Css Color HEX #8CB215 Limerick

📋 copy color: '#8CB215'

red 140 ◦ green 178 ◦ blue 21

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

Shades of Limerick #8CB215

Tints of Limerick #8CB215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.51%

 BLUE value IS 21 (8.59% from 255) = 6.19%

R = 41.3%
G = 52.51%
B = 6.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#8CB215 (or 0x8CB215) is known color: Limerick. HEX triplet: 8C, B2 and 15. RGB value is (140,178,21). Sum of RGB (Red+Green+Blue) = 140+178+21=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB215 is #734DEA. Grayscale: #959595. Windows color (decimal): -7556587 or 1421964. OLE color: 1421964.

HSL color Cylindrical-coordinate representation of color #8CB215: hue angle of 74.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CB215 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 178 21 -
CMYK 0.21 0 0.88 0.30
HSL 74.52º 0.79% 0.39% -
HSV(B) 74.52º 0.88% 0.7% -
XYZ 26.87 37.47 6.53 -
YUV 148.74 55.91 121.77 -
System Red Green Blue C M Y K H S L
Decimal 140 178 21 0.21 0 0.88 0.30 74.52 0.79 0.39
Hex 8C B2 15 15 0 58 1E 4B 4F 27
Octal 214 262 25 25 0 130 36 113 117 47
Binary 10001100 10110010 10101 10101 0 1011000 11110 1001011 1001111 100111

Color Harmonies of #8CB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB215

Black with #8CB215

Text Example


Text Example

White with #8CB215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,178,21); }

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

background-color css

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

 a { background-color: rgb(140,178,21); }

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

border-color css

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

 span { border-color: rgb(140,178,21); }

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