#85AE5E

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

Shades of Chelsea Cucumber #85AE5E

Tints of Chelsea Cucumber #85AE5E

Color information

#85AE5E (or 0x85AE5E) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 5E. RGB value is (133,174,94). Sum of RGB (Red+Green+Blue) = 133+174+94=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE5E is #7A51A1. Grayscale: #989898. Windows color (decimal): -8016290 or 6205061. OLE color: 6205061.

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

Color convert

RGB13317494-
CMYK0.2400.460.32
HSL90.75º33.06%52.55%-
HSV(B)90.75º45.98%68.24%-
XYZ26.8336.0716.14-
YUV152.6294.92114-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=33.17%
G=43.39%
B=23.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174940.2400.460.3290.7533.0652.55
Hex85AE5E1802E205b2135
Octal20525613630056401334165
Binary100001011010111010111101100001011101000001011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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