#85A461

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

Shades of Chelsea Cucumber #85A461

Tints of Chelsea Cucumber #85A461

Color information

#85A461 (or 0x85A461) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A4 and 61. RGB value is (133,164,97). Sum of RGB (Red+Green+Blue) = 133+164+97=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #85A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A461 is #7A5B9E. Grayscale: #939393. Windows color (decimal): -8018847 or 6399109. OLE color: 6399109.

HSL color Cylindrical-coordinate representation of color #85A461: hue angle of 87.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85A461 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB13316497-
CMYK0.1900.410.36
HSL87.76º26.91%51.18%-
HSV(B)87.76º40.85%64.31%-
XYZ25.1132.416.24-
YUV147.0999.73117.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=33.76%
G=41.62%
B=24.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133164970.1900.410.3687.7626.9151.18
Hex85A4611302924581b33
Octal20524414123051441303363
Binary10000101101001001100001100110101001100100101100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,164,97); }

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

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

 a { background-color: rgb(133,164,97); }

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

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

 span { border-color: rgb(133,164,97); }

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