#85995D

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

Shades of Chelsea Cucumber #85995D

Tints of Chelsea Cucumber #85995D

Color information

#85995D (or 0x85995D) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 99 and 5D. RGB value is (133,153,93). Sum of RGB (Red+Green+Blue) = 133+153+93=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #85995D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85995D is #7A66A2. Grayscale: #8C8C8C. Windows color (decimal): -8021667 or 6134149. OLE color: 6134149.

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

Color convert

RGB13315393-
CMYK0.1300.390.4
HSL80º24.39%48.24%-
HSV(B)80º39.22%60%-
XYZ23.0428.5614.65-
YUV140.18101.37122.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.09%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=35.09%
G=40.37%
B=24.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133153930.1300.390.48024.3948.24
Hex85995DD02728501830
Octal20523113515047501203060
Binary1000010110011001101110111010100111101000101000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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