#85AE58

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

Shades of Chelsea Cucumber #85AE58

Tints of Chelsea Cucumber #85AE58

Color information

#85AE58 (or 0x85AE58) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 58. RGB value is (133,174,88). Sum of RGB (Red+Green+Blue) = 133+174+88=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 88 (34.77% from 255 or 22.28% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE58 is #7A51A7. Grayscale: #989898. Windows color (decimal): -8016296 or 5811845. OLE color: 5811845.

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

Color convert

RGB13317488-
CMYK0.2400.490.32
HSL88.6º34.68%51.37%-
HSV(B)88.6º49.43%68.24%-
XYZ26.5735.9614.77-
YUV151.9491.92114.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 88 (34.77% from 255) = 22.28%
R=33.67%
G=44.05%
B=22.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174880.2400.490.3288.634.6851.37
Hex85AE581803120592333
Octal20525613030061401314363
Binary100001011010111010110001100001100011000001011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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