Html Css Color HEX #8CB736 Limerick

📋 copy color: '#8CB736'

red 140 ◦ green 183 ◦ blue 54

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

Shades of Limerick #8CB736

Tints of Limerick #8CB736

RGB

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

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

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

R = 37.14%
G = 48.54%
B = 14.32%

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

#8CB736 (or 0x8CB736) is known color: Limerick. HEX triplet: 8C, B7 and 36. RGB value is (140,183,54). Sum of RGB (Red+Green+Blue) = 140+183+54=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB736 is #7348C9. Grayscale: #9B9B9B. Windows color (decimal): -7555274 or 3585932. OLE color: 3585932.

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

Color convert

RGB 140 183 54 -
CMYK 0.23 0 0.70 0.28
HSL 80º 0.54% 0.46% -
HSV(B) 80º 0.7% 0.72% -
XYZ 28.41 39.71 9.66 -
YUV 155.44 70.75 116.99 -
System Red Green Blue C M Y K H S L
Decimal 140 183 54 0.23 0 0.70 0.28 80 0.54 0.46
Hex 8C B7 36 17 0 46 1C 50 36 2E
Octal 214 267 66 27 0 106 34 120 66 56
Binary 10001100 10110111 110110 10111 0 1000110 11100 1010000 110110 101110

Color Harmonies of #8CB736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB736

Black with #8CB736

Text Example


Text Example

White with #8CB736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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