#85A519

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

Shades of Limerick #85A519

Tints of Limerick #85A519

Color information

#85A519 (or 0x85A519) is unknown color: approx Limerick. HEX triplet: 85, A5 and 19. RGB value is (133,165,25). Sum of RGB (Red+Green+Blue) = 133+165+25=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #85A519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85A519 is #7A5AE6. Grayscale: #8C8C8C. Windows color (decimal): -8018663 or 1680773. OLE color: 1680773.

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

Color convert

RGB13316525-
CMYK0.1900.850.35
HSL73.71º73.68%37.25%-
HSV(B)73.71º84.85%64.71%-
XYZ23.331.975.86-
YUV139.4763.4123.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 165 (64.84% from 255) = 51.08%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=41.18%
G=51.08%
B=7.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165250.1900.850.3573.7173.6837.25
Hex85A51913055234a4a25
Octal205245312301254311211245
Binary100001011010010111001100110101010110001110010101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,25); }

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

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

 a { background-color: rgb(133,165,25); }

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

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

 span { border-color: rgb(133,165,25); }

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