Html Css Color HEX #86B137 Limerick

📋 copy color: '#86B137'

red 134 ◦ green 177 ◦ blue 55

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

Shades of Limerick #86B137

Tints of Limerick #86B137

RGB

 RED value IS 134 (52.73% from 255) = 36.61%

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

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

R = 36.61%
G = 48.36%
B = 15.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#86B137 (or 0x86B137) is known color: Limerick. HEX triplet: 86, B1 and 37. RGB value is (134,177,55). Sum of RGB (Red+Green+Blue) = 134+177+55=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #86B137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B137 is #794EC8. Grayscale: #969696. Windows color (decimal): -7950025 or 3649926. OLE color: 3649926.

HSL color Cylindrical-coordinate representation of color #86B137: hue angle of 81.15º 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 #86B137 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 177 55 -
CMYK 0.24 0 0.69 0.31
HSL 81.15º 0.53% 0.45% -
HSV(B) 81.15º 0.69% 0.69% -
XYZ 26.24 36.79 9.33 -
YUV 150.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 134 177 55 0.24 0 0.69 0.31 81.15 0.53 0.45
Hex 86 B1 37 18 0 45 1F 51 35 2D
Octal 206 261 67 30 0 105 37 121 65 55
Binary 10000110 10110001 110111 11000 0 1000101 11111 1010001 110101 101101

Color Harmonies of #86B137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B137

Black with #86B137

Text Example


Text Example

White with #86B137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B137; }

 p { color: rgb(134,177,55); }

 H1.HeaderClassName
 {
   color: #86B137;
 }
 .AnyTagClassName
 {
   color: #86B137;
 }
</style>

background-color css

<style>
 a { background-color: #86B137; }

 a { background-color: rgb(134,177,55); }

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

border-color css

<style>
 span { border-color: #86B137; }

 span { border-color: rgb(134,177,55); }

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