#85A124

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

Shades of Limerick #85A124

Tints of Limerick #85A124

Color information

#85A124 (or 0x85A124) is unknown color: approx Limerick. HEX triplet: 85, A1 and 24. RGB value is (133,161,36). Sum of RGB (Red+Green+Blue) = 133+161+36=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #85A124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A124 is #7A5EDB. Grayscale: #8A8A8A. Windows color (decimal): -8019676 or 2400645. OLE color: 2400645.

HSL color Cylindrical-coordinate representation of color #85A124: hue angle of 73.44º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85A124 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB13316136-
CMYK0.1700.780.37
HSL73.44º63.45%38.63%-
HSV(B)73.44º77.64%63.14%-
XYZ22.7430.66.38-
YUV138.3870.22124.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 161 (63.28% from 255) = 48.79%
BLUE value IS 36 (14.45% from 255) = 10.91%
R=40.30%
G=48.79%
B=10.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161360.1700.780.3773.4463.4538.63
Hex85A1241104E25493f27
Octal20524144210116451117747
Binary100001011010000110010010001010011101001011001001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,36); }

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

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

 a { background-color: rgb(133,161,36); }

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

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

 span { border-color: rgb(133,161,36); }

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