#85AB24

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

Shades of Limerick #85AB24

Tints of Limerick #85AB24

Color information

#85AB24 (or 0x85AB24) is unknown color: approx Limerick. HEX triplet: 85, AB and 24. RGB value is (133,171,36). Sum of RGB (Red+Green+Blue) = 133+171+36=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB24 is #7A54DB. Grayscale: #909090. Windows color (decimal): -8017116 or 2403205. OLE color: 2403205.

HSL color Cylindrical-coordinate representation of color #85AB24: hue angle of 76.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85AB24 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB13317136-
CMYK0.2200.790.33
HSL76.89º65.22%40.59%-
HSV(B)76.89º78.95%67.06%-
XYZ24.5534.246.98-
YUV144.2566.91119.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 36 (14.45% from 255) = 10.59%
R=39.12%
G=50.29%
B=10.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171360.2200.790.3376.8965.2240.59
Hex85AB241604F214d4129
Octal205253442601174111510151
Binary1000010110101011100100101100100111110000110011011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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