Html Css Color HEX #8CB136 Limerick

📋 copy color: '#8CB136'

red 140 ◦ green 177 ◦ blue 54

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

Shades of Limerick #8CB136

Tints of Limerick #8CB136

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.71%

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

R = 37.74%
G = 47.71%
B = 14.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#8CB136 (or 0x8CB136) is known color: Limerick. HEX triplet: 8C, B1 and 36. RGB value is (140,177,54). Sum of RGB (Red+Green+Blue) = 140+177+54=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB136 is #734EC9. Grayscale: #989898. Windows color (decimal): -7556810 or 3584396. OLE color: 3584396.

HSL color Cylindrical-coordinate representation of color #8CB136: hue angle of 78.05º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CB136 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 54 -
CMYK 0.21 0 0.69 0.31
HSL 78.05º 0.53% 0.45% -
HSV(B) 78.05º 0.69% 0.69% -
XYZ 27.2 37.29 9.25 -
YUV 151.92 72.74 119.5 -
System Red Green Blue C M Y K H S L
Decimal 140 177 54 0.21 0 0.69 0.31 78.05 0.53 0.45
Hex 8C B1 36 15 0 45 1F 4E 35 2D
Octal 214 261 66 25 0 105 37 116 65 55
Binary 10001100 10110001 110110 10101 0 1000101 11111 1001110 110101 101101

Color Harmonies of #8CB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB136

Black with #8CB136

Text Example


Text Example

White with #8CB136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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