#85b42c

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

Shades of Limerick #85B42C

Tints of Limerick #85B42C

Color information

#85B42C (or 0x85B42C) is unknown color: approx Limerick. HEX triplet: 85, B4 and 2C. RGB value is (133,180,44). Sum of RGB (Red+Green+Blue) = 133+180+44=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #85B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B42C is #7A4BD3. Grayscale: #969696. Windows color (decimal): -8014804 or 2929797. OLE color: 2929797.

HSL color Cylindrical-coordinate representation of color #85B42C: hue angle of 80.74º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85B42C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB13318044-
CMYK0.2600.760.29
HSL80.74º60.71%43.92%-
HSV(B)80.74º75.56%70.59%-
XYZ26.4537.818.29-
YUV150.4467.93115.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 50.42%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=37.25%
G=50.42%
B=12.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal133180440.2600.760.2980.7460.7143.92
Hex85B42C1A04C1D513d2c
Octal20526454320114351217554
Binary10000101101101001011001101001001100111011010001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85b42c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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