#85AA35

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

Shades of Limerick #85AA35

Tints of Limerick #85AA35

Color information

#85AA35 (or 0x85AA35) is unknown color: approx Limerick. HEX triplet: 85, AA and 35. RGB value is (133,170,53). Sum of RGB (Red+Green+Blue) = 133+170+53=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA35 is #7A55CA. Grayscale: #929292. Windows color (decimal): -8017355 or 3517061. OLE color: 3517061.

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

Color convert

RGB13317053-
CMYK0.2200.690.33
HSL78.97º52.47%43.73%-
HSV(B)78.97º68.82%66.67%-
XYZ24.6933.998.63-
YUV145.675.74119.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=37.36%
G=47.75%
B=14.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133170530.2200.690.3378.9752.4743.73
Hex85AA3516045214f342c
Octal20525265260105411176454
Binary100001011010101011010110110010001011000011001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,170,53); }

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

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

 a { background-color: rgb(133,170,53); }

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

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

 span { border-color: rgb(133,170,53); }

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