#86A733

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

Shades of Limerick #86A733

Tints of Limerick #86A733

Color information

#86A733 (or 0x86A733) is unknown color: approx Limerick. HEX triplet: 86, A7 and 33. RGB value is (134,167,51). Sum of RGB (Red+Green+Blue) = 134+167+51=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #86A733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A733 is #7958CC. Grayscale: #909090. Windows color (decimal): -7952589 or 3385222. OLE color: 3385222.

HSL color Cylindrical-coordinate representation of color #86A733: hue angle of 77.07º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86A733 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB13416751-
CMYK0.2000.690.35
HSL77.07º53.21%42.75%-
HSV(B)77.07º69.46%65.49%-
XYZ24.2532.948.21-
YUV143.9175.57120.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 51 (20.31% from 255) = 14.49%
R=38.07%
G=47.44%
B=14.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134167510.2000.690.3577.0753.2142.75
Hex86A73314045234d352b
Octal20624763240105431156553
Binary100001101010011111001110100010001011000111001101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,167,51); }

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

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

 a { background-color: rgb(134,167,51); }

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

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

 span { border-color: rgb(134,167,51); }

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