#85A222

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

Shades of Limerick #85A222

Tints of Limerick #85A222

Color information

#85A222 (or 0x85A222) is unknown color: approx Limerick. HEX triplet: 85, A2 and 22. RGB value is (133,162,34). Sum of RGB (Red+Green+Blue) = 133+162+34=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #85A222 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A222 is #7A5DDD. Grayscale: #8B8B8B. Windows color (decimal): -8019422 or 2269829. OLE color: 2269829.

HSL color Cylindrical-coordinate representation of color #85A222: hue angle of 73.59º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85A222 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB13316234-
CMYK0.1800.790.36
HSL73.59º65.31%38.43%-
HSV(B)73.59º79.01%63.53%-
XYZ22.8830.946.28-
YUV138.7468.89123.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 34 (13.67% from 255) = 10.33%
R=40.43%
G=49.24%
B=10.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162340.1800.790.3673.5965.3138.43
Hex85A2221204F244a4126
Octal205242422201174411210146
Binary1000010110100010100010100100100111110010010010101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,34); }

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

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

 a { background-color: rgb(133,162,34); }

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

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

 span { border-color: rgb(133,162,34); }

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