#86B632

Color #86B632 Limerick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limerick #86B632

Tints of Limerick #86B632

Color information

#86B632 (or 0x86B632) is unknown color: approx Limerick. HEX triplet: 86, B6 and 32. RGB value is (134,182,50). Sum of RGB (Red+Green+Blue) = 134+182+50=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #86B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B632 is #7949CD. Grayscale: #999999. Windows color (decimal): -7948750 or 3323526. OLE color: 3323526.

HSL color Cylindrical-coordinate representation of color #86B632: hue angle of 81.82º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86B632 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB13418250-
CMYK0.2600.730.29
HSL81.82º56.9%45.49%-
HSV(B)81.82º72.53%71.37%-
XYZ27.1438.759.07-
YUV152.670.1114.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 50 (19.92% from 255) = 13.66%
R=36.61%
G=49.73%
B=13.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134182500.2600.730.2981.8256.945.49
Hex86B6321A0491D52392d
Octal20626662320111351227155
Binary10000110101101101100101101001001001111011010010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,50); }

 H1.HeaderClassName
 {
   color: #86B632;
 }
 .AnyTagClassName
 {
   color: #86B632;
 }
</style>
background-color css

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

 a { background-color: rgb(134,182,50); }

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

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

 span { border-color: rgb(134,182,50); }

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