#85A32C

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

Shades of Limerick #85A32C

Tints of Limerick #85A32C

Color information

#85A32C (or 0x85A32C) is unknown color: approx Limerick. HEX triplet: 85, A3 and 2C. RGB value is (133,163,44). Sum of RGB (Red+Green+Blue) = 133+163+44=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #85A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A32C is #7A5CD3. Grayscale: #8C8C8C. Windows color (decimal): -8019156 or 2925445. OLE color: 2925445.

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

Color convert

RGB13316344-
CMYK0.1800.730.36
HSL75.13º57.49%40.59%-
HSV(B)75.13º73.01%63.92%-
XYZ23.2231.367.21-
YUV140.4673.56122.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 163 (64.06% from 255) = 47.94%
BLUE value IS 44 (17.58% from 255) = 12.94%
R=39.12%
G=47.94%
B=12.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163440.1800.730.3675.1357.4940.59
Hex85A32C12049244b3929
Octal20524354220111441137151
Binary100001011010001110110010010010010011001001001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,163,44); }

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

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

 a { background-color: rgb(133,163,44); }

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

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

 span { border-color: rgb(133,163,44); }

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