#86AF35

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

Shades of Limerick #86AF35

Tints of Limerick #86AF35

Color information

#86AF35 (or 0x86AF35) is unknown color: approx Limerick. HEX triplet: 86, AF and 35. RGB value is (134,175,53). Sum of RGB (Red+Green+Blue) = 134+175+53=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AF35 is #7950CA. Grayscale: #959595. Windows color (decimal): -7950539 or 3518342. OLE color: 3518342.

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

Color convert

RGB13417553-
CMYK0.2300.700.31
HSL80.16º53.51%44.71%-
HSV(B)80.16º69.71%68.63%-
XYZ25.835.998.95-
YUV148.8373.92117.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 48.34%
BLUE value IS 53 (21.09% from 255) = 14.64%
R=37.02%
G=48.34%
B=14.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134175530.2300.700.3180.1653.5144.71
Hex86AF35170461F50362d
Octal20625765270106371206655
Binary10000110101011111101011011101000110111111010000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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