#85AF62

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

Shades of Chelsea Cucumber #85AF62

Tints of Chelsea Cucumber #85AF62

Color information

#85AF62 (or 0x85AF62) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AF and 62. RGB value is (133,175,98). Sum of RGB (Red+Green+Blue) = 133+175+98=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF62 is #7A509D. Grayscale: #999999. Windows color (decimal): -8016030 or 6467461. OLE color: 6467461.

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

Color convert

RGB13317598-
CMYK0.2400.440.31
HSL92.73º32.49%53.53%-
HSV(B)92.73º44%68.63%-
XYZ27.2136.5317.17-
YUV153.6696.59113.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 98 (38.67% from 255) = 24.14%
R=32.76%
G=43.10%
B=24.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175980.2400.440.3192.7332.4953.53
Hex85AF621802C1F5d2036
Octal20525714230054371354066
Binary10000101101011111100010110000101100111111011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,175,98); }

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

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

 a { background-color: rgb(133,175,98); }

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

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

 span { border-color: rgb(133,175,98); }

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