Html Css Color HEX #8CB737 Limerick

📋 copy color: '#8CB737'

red 140 ◦ green 183 ◦ blue 55

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

Shades of Limerick #8CB737

Tints of Limerick #8CB737

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

 BLUE value IS 55 (21.88% from 255) = 14.55%

R = 37.04%
G = 48.41%
B = 14.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#8CB737 (or 0x8CB737) is known color: Limerick. HEX triplet: 8C, B7 and 37. RGB value is (140,183,55). Sum of RGB (Red+Green+Blue) = 140+183+55=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB737 is #7348C8. Grayscale: #9C9C9C. Windows color (decimal): -7555273 or 3651468. OLE color: 3651468.

HSL color Cylindrical-coordinate representation of color #8CB737: hue angle of 80.16º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CB737 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 55 -
CMYK 0.23 0 0.70 0.28
HSL 80.16º 0.54% 0.47% -
HSV(B) 80.16º 0.7% 0.72% -
XYZ 28.44 39.72 9.78 -
YUV 155.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 140 183 55 0.23 0 0.70 0.28 80.16 0.54 0.47
Hex 8C B7 37 17 0 46 1C 50 36 2F
Octal 214 267 67 27 0 106 34 120 66 57
Binary 10001100 10110111 110111 10111 0 1000110 11100 1010000 110110 101111

Color Harmonies of #8CB737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB737

Black with #8CB737

Text Example


Text Example

White with #8CB737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,183,55); }

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

background-color css

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

 a { background-color: rgb(140,183,55); }

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

border-color css

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

 span { border-color: rgb(140,183,55); }

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