#85A617

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

Shades of Limerick #85A617

Tints of Limerick #85A617

Color information

#85A617 (or 0x85A617) is unknown color: approx Limerick. HEX triplet: 85, A6 and 17. RGB value is (133,166,23). Sum of RGB (Red+Green+Blue) = 133+166+23=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #85A617 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A617 is #7A59E8. Grayscale: #8C8C8C. Windows color (decimal): -8018409 or 1549957. OLE color: 1549957.

HSL color Cylindrical-coordinate representation of color #85A617: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85A617 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB13316623-
CMYK0.2000.860.35
HSL73.85º75.66%37.06%-
HSV(B)73.85º86.14%65.1%-
XYZ23.4632.325.81-
YUV139.8362.07123.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.30%
GREEN value IS 166 (65.23% from 255) = 51.55%
BLUE value IS 23 (9.38% from 255) = 7.14%
R=41.30%
G=51.55%
B=7.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133166230.2000.860.3573.8575.6637.06
Hex85A61714056234a4c25
Octal205246272401264311211445
Binary100001011010011010111101000101011010001110010101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A617; }

 p { color: rgb(133,166,23); }

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

<style>
 a { background-color: #85A617; }

 a { background-color: rgb(133,166,23); }

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

<style>
 span { border-color: #85A617; }

 span { border-color: rgb(133,166,23); }

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