#85A160

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

Shades of Chelsea Cucumber #85A160

Tints of Chelsea Cucumber #85A160

Color information

#85A160 (or 0x85A160) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A1 and 60. RGB value is (133,161,96). Sum of RGB (Red+Green+Blue) = 133+161+96=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #85A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A160 is #7A5E9F. Grayscale: #919191. Windows color (decimal): -8019616 or 6332805. OLE color: 6332805.

HSL color Cylindrical-coordinate representation of color #85A160: hue angle of 85.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85A160 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB13316196-
CMYK0.1700.400.37
HSL85.85º25.69%50.39%-
HSV(B)85.85º40.37%63.14%-
XYZ24.5331.3215.82-
YUV145.22100.22119.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 96 (37.89% from 255) = 24.62%
R=34.10%
G=41.28%
B=24.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133161960.1700.400.3785.8525.6950.39
Hex85A1601102825561a32
Octal20524114021050451263262
Binary10000101101000011100000100010101000100101101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,96); }

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

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

 a { background-color: rgb(133,161,96); }

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

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

 span { border-color: rgb(133,161,96); }

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