#86B335

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

Shades of Limerick #86B335

Tints of Limerick #86B335

Color information

#86B335 (or 0x86B335) is unknown color: approx Limerick. HEX triplet: 86, B3 and 35. RGB value is (134,179,53). Sum of RGB (Red+Green+Blue) = 134+179+53=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #86B335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B335 is #794CCA. Grayscale: #979797. Windows color (decimal): -7949515 or 3519366. OLE color: 3519366.

HSL color Cylindrical-coordinate representation of color #86B335: hue angle of 81.43º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86B335 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB13417953-
CMYK0.2500.700.30
HSL81.43º54.31%45.49%-
HSV(B)81.43º70.39%70.2%-
XYZ26.5937.579.22-
YUV151.1872.59115.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 179 (70.31% from 255) = 48.91%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=36.61%
G=48.91%
B=14.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134179530.2500.700.3081.4354.3145.49
Hex86B335190461E51362d
Octal20626365310106361216655
Binary10000110101100111101011100101000110111101010001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,179,53); }

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

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

 a { background-color: rgb(134,179,53); }

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

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

 span { border-color: rgb(134,179,53); }

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