#85AE57

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

Shades of Chelsea Cucumber #85AE57

Tints of Chelsea Cucumber #85AE57

Color information

#85AE57 (or 0x85AE57) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 57. RGB value is (133,174,87). Sum of RGB (Red+Green+Blue) = 133+174+87=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE57 is #7A51A8. Grayscale: #989898. Windows color (decimal): -8016297 or 5746309. OLE color: 5746309.

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

Color convert

RGB13317487-
CMYK0.2400.50.32
HSL88.28º34.94%51.18%-
HSV(B)88.28º50%68.24%-
XYZ26.5335.9514.56-
YUV151.8291.42114.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=33.76%
G=44.16%
B=22.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174870.2400.50.3288.2834.9451.18
Hex85AE571803220582333
Octal20525612730062401304363
Binary100001011010111010101111100001100101000001011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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