#85B939

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

Shades of Limerick #85B939

Tints of Limerick #85B939

Color information

#85B939 (or 0x85B939) is unknown color: approx Limerick. HEX triplet: 85, B9 and 39. RGB value is (133,185,57). Sum of RGB (Red+Green+Blue) = 133+185+57=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #85B939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B939 is #7A46C6. Grayscale: #9B9B9B. Windows color (decimal): -8013511 or 3783045. OLE color: 3783045.

HSL color Cylindrical-coordinate representation of color #85B939: hue angle of 84.38º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85B939 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB13318557-
CMYK0.2800.690.27
HSL84.38º52.89%47.45%-
HSV(B)84.38º69.19%72.55%-
XYZ27.7639.9810.12-
YUV154.8672.77112.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 57 (22.66% from 255) = 15.2%
R=35.47%
G=49.33%
B=15.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185570.2800.690.2784.3852.8947.45
Hex85B9391C0451B54352f
Octal20527171340105331246557
Binary10000101101110011110011110001000101110111010100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,57); }

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

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

 a { background-color: rgb(133,185,57); }

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

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

 span { border-color: rgb(133,185,57); }

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