#86B334

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

Shades of Limerick #86B334

Tints of Limerick #86B334

Color information

#86B334 (or 0x86B334) is unknown color: approx Limerick. HEX triplet: 86, B3 and 34. RGB value is (134,179,52). Sum of RGB (Red+Green+Blue) = 134+179+52=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #86B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B334 is #794CCB. Grayscale: #979797. Windows color (decimal): -7949516 or 3453830. OLE color: 3453830.

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

Color convert

RGB13417952-
CMYK0.2500.710.30
HSL81.26º54.98%45.29%-
HSV(B)81.26º70.95%70.2%-
XYZ26.5737.569.1-
YUV151.0772.09115.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=36.71%
G=49.04%
B=14.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal134179520.2500.710.3081.2654.9845.29
Hex86B334190471E51372d
Octal20626364310107361216755
Binary10000110101100111101001100101000111111101010001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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