#85AF5A

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

Shades of Chelsea Cucumber #85AF5A

Tints of Chelsea Cucumber #85AF5A

Color information

#85AF5A (or 0x85AF5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AF and 5A. RGB value is (133,175,90). Sum of RGB (Red+Green+Blue) = 133+175+90=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AF5A is #7A50A5. Grayscale: #999999. Windows color (decimal): -8016038 or 5943173. OLE color: 5943173.

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

Color convert

RGB13317590-
CMYK0.2400.490.31
HSL89.65º34.69%51.96%-
HSV(B)89.65º48.57%68.63%-
XYZ26.8536.3815.28-
YUV152.7592.59113.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.42%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=33.42%
G=43.97%
B=22.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133175900.2400.490.3189.6534.6951.96
Hex85AF5A180311F5a2334
Octal20525713230061371324364
Binary10000101101011111011010110000110001111111011010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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