#85AE66

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

Shades of Chelsea Cucumber #85AE66

Tints of Chelsea Cucumber #85AE66

Color information

#85AE66 (or 0x85AE66) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 66. RGB value is (133,174,102). Sum of RGB (Red+Green+Blue) = 133+174+102=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE66 is #7A5199. Grayscale: #999999. Windows color (decimal): -8016282 or 6729349. OLE color: 6729349.

HSL color Cylindrical-coordinate representation of color #85AE66: hue angle of 94.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85AE66 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB133174102-
CMYK0.2400.410.32
HSL94.17º30.77%54.12%-
HSV(B)94.17º41.38%68.24%-
XYZ27.2136.2218.13-
YUV153.5398.92113.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.52%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=32.52%
G=42.54%
B=24.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331741020.2400.410.3294.1730.7754.12
Hex85AE6618029205e1f36
Octal20525614630051401363766
Binary10000101101011101100110110000101001100000101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,102); }

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

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

 a { background-color: rgb(133,174,102); }

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

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

 span { border-color: rgb(133,174,102); }

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