#85B945

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

Shades of Chelsea Cucumber #85B945

Tints of Chelsea Cucumber #85B945

Color information

#85B945 (or 0x85B945) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, B9 and 45. RGB value is (133,185,69). Sum of RGB (Red+Green+Blue) = 133+185+69=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #85B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B945 is #7A46BA. Grayscale: #9C9C9C. Windows color (decimal): -8013499 or 4569477. OLE color: 4569477.

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

Color convert

RGB13318569-
CMYK0.2800.630.27
HSL86.9º45.67%49.8%-
HSV(B)86.9º62.7%72.55%-
XYZ28.140.1111.89-
YUV156.2378.77111.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=34.37%
G=47.80%
B=17.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133185690.2800.630.2786.945.6749.8
Hex85B9451C03F1B572e32
Octal20527110534077331275662
Binary10000101101110011000101111000111111110111010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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