#85995F

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

Shades of Chelsea Cucumber #85995F

Tints of Chelsea Cucumber #85995F

Color information

#85995F (or 0x85995F) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 99 and 5F. RGB value is (133,153,95). Sum of RGB (Red+Green+Blue) = 133+153+95=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #85995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85995F is #7A66A0. Grayscale: #8C8C8C. Windows color (decimal): -8021665 or 6265221. OLE color: 6265221.

HSL color Cylindrical-coordinate representation of color #85995F: hue angle of 80.69º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85995F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB13315395-
CMYK0.1300.380.4
HSL80.69º23.39%48.63%-
HSV(B)80.69º37.91%60%-
XYZ23.1328.615.13-
YUV140.41102.37122.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.91%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=34.91%
G=40.16%
B=24.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153950.1300.380.480.6923.3948.63
Hex85995FD02628511731
Octal20523113715046501212761
Binary1000010110011001101111111010100110101000101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85995F; }

 p { color: rgb(133,153,95); }

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

<style>
 a { background-color: #85995F; }

 a { background-color: rgb(133,153,95); }

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

<style>
 span { border-color: #85995F; }

 span { border-color: rgb(133,153,95); }

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