#85A521

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

Shades of Limerick #85A521

Tints of Limerick #85A521

Color information

#85A521 (or 0x85A521) is unknown color: approx Limerick. HEX triplet: 85, A5 and 21. RGB value is (133,165,33). Sum of RGB (Red+Green+Blue) = 133+165+33=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #85A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A521 is #7A5ADE. Grayscale: #8C8C8C. Windows color (decimal): -8018655 or 2205061. OLE color: 2205061.

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

Color convert

RGB13316533-
CMYK0.1900.80.35
HSL74.55º66.67%38.82%-
HSV(B)74.55º80%64.71%-
XYZ23.432.016.38-
YUV140.3867.4122.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 33 (13.28% from 255) = 9.97%
R=40.18%
G=49.85%
B=9.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165330.1900.80.3574.5566.6738.82
Hex85A52113050234b4327
Octal205245412301204311310347
Binary1000010110100101100001100110101000010001110010111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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