#85AE55

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

Shades of Chelsea Cucumber #85AE55

Tints of Chelsea Cucumber #85AE55

Color information

#85AE55 (or 0x85AE55) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AE and 55. RGB value is (133,174,85). Sum of RGB (Red+Green+Blue) = 133+174+85=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AE55 is #7A51AA. Grayscale: #979797. Windows color (decimal): -8016299 or 5615237. OLE color: 5615237.

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

Color convert

RGB13317485-
CMYK0.2400.510.32
HSL87.64º35.46%50.78%-
HSV(B)87.64º51.15%68.24%-
XYZ26.4535.9114.13-
YUV151.5990.42114.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=33.93%
G=44.39%
B=21.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174850.2400.510.3287.6435.4650.78
Hex85AE551803320582333
Octal20525612530063401304363
Binary100001011010111010101011100001100111000001011000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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