#85A04A

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

Shades of Chelsea Cucumber #85A04A

Tints of Chelsea Cucumber #85A04A

Color information

#85A04A (or 0x85A04A) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A0 and 4A. RGB value is (133,160,74). Sum of RGB (Red+Green+Blue) = 133+160+74=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #85A04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A04A is #7A5FB5. Grayscale: #8E8E8E. Windows color (decimal): -8019894 or 4890757. OLE color: 4890757.

HSL color Cylindrical-coordinate representation of color #85A04A: hue angle of 78.84º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85A04A is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB13316074-
CMYK0.1700.540.37
HSL78.84º36.75%45.88%-
HSV(B)78.84º53.75%62.75%-
XYZ23.4830.6211.15-
YUV142.1289.55121.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=36.24%
G=43.60%
B=20.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133160740.1700.540.3778.8436.7545.88
Hex85A04A11036254f252e
Octal20524011221066451174556
Binary100001011010000010010101000101101101001011001111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,160,74); }

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

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

 a { background-color: rgb(133,160,74); }

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

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

 span { border-color: rgb(133,160,74); }

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