Html Css Color HEX #8CB315 Limerick

📋 copy color: '#8CB315'

red 140 ◦ green 179 ◦ blue 21

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

Shades of Limerick #8CB315

Tints of Limerick #8CB315

RGB

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

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

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

R = 41.18%
G = 52.65%
B = 6.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#8CB315 (or 0x8CB315) is known color: Limerick. HEX triplet: 8C, B3 and 15. RGB value is (140,179,21). Sum of RGB (Red+Green+Blue) = 140+179+21=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB315 is #734CEA. Grayscale: #959595. Windows color (decimal): -7556331 or 1422220. OLE color: 1422220.

HSL color Cylindrical-coordinate representation of color #8CB315: hue angle of 74.81º 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 #8CB315 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 21 -
CMYK 0.22 0 0.88 0.30
HSL 74.81º 0.79% 0.39% -
HSV(B) 74.81º 0.88% 0.7% -
XYZ 27.07 37.87 6.59 -
YUV 149.33 55.58 121.35 -
System Red Green Blue C M Y K H S L
Decimal 140 179 21 0.22 0 0.88 0.30 74.81 0.79 0.39
Hex 8C B3 15 16 0 58 1E 4B 4F 27
Octal 214 263 25 26 0 130 36 113 117 47
Binary 10001100 10110011 10101 10110 0 1011000 11110 1001011 1001111 100111

Color Harmonies of #8CB315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB315

Black with #8CB315

Text Example


Text Example

White with #8CB315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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