#85a32b

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

Shades of Limerick #85A32B

Tints of Limerick #85A32B

Color information

#85A32B (or 0x85A32B) is unknown color: approx Limerick. HEX triplet: 85, A3 and 2B. RGB value is (133,163,43). Sum of RGB (Red+Green+Blue) = 133+163+43=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #85A32B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A32B is #7A5CD4. Grayscale: #8C8C8C. Windows color (decimal): -8019157 or 2859909. OLE color: 2859909.

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

Color convert

RGB13316343-
CMYK0.1800.740.36
HSL75º58.25%40.39%-
HSV(B)75º73.62%63.92%-
XYZ23.2131.367.11-
YUV140.3573.06122.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 43 (17.19% from 255) = 12.68%
R=39.23%
G=48.08%
B=12.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163430.1800.740.367558.2540.39
Hex85A32B1204A244b3a28
Octal20524353220112441137250
Binary100001011010001110101110010010010101001001001011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85a32b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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