Html Css Color HEX #8CB336 Limerick

📋 copy color: '#8CB336'

red 140 ◦ green 179 ◦ blue 54

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

Shades of Limerick #8CB336

Tints of Limerick #8CB336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 37.53%
G = 47.99%
B = 14.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#8CB336 (or 0x8CB336) is known color: Limerick. HEX triplet: 8C, B3 and 36. RGB value is (140,179,54). Sum of RGB (Red+Green+Blue) = 140+179+54=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB336 is #734CC9. Grayscale: #999999. Windows color (decimal): -7556298 or 3584908. OLE color: 3584908.

HSL color Cylindrical-coordinate representation of color #8CB336: hue angle of 78.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CB336 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 140 179 54 -
CMYK 0.22 0 0.70 0.30
HSL 78.72º 0.54% 0.46% -
HSV(B) 78.72º 0.7% 0.7% -
XYZ 27.6 38.08 9.39 -
YUV 153.09 72.08 118.66 -
System Red Green Blue C M Y K H S L
Decimal 140 179 54 0.22 0 0.70 0.30 78.72 0.54 0.46
Hex 8C B3 36 16 0 46 1E 4F 36 2E
Octal 214 263 66 26 0 106 36 117 66 56
Binary 10001100 10110011 110110 10110 0 1000110 11110 1001111 110110 101110

Color Harmonies of #8CB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB336

Black with #8CB336

Text Example


Text Example

White with #8CB336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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