#85A65D

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

Shades of Chelsea Cucumber #85A65D

Tints of Chelsea Cucumber #85A65D

Color information

#85A65D (or 0x85A65D) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A6 and 5D. RGB value is (133,166,93). Sum of RGB (Red+Green+Blue) = 133+166+93=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #85A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A65D is #7A59A2. Grayscale: #949494. Windows color (decimal): -8018339 or 6137477. OLE color: 6137477.

HSL color Cylindrical-coordinate representation of color #85A65D: hue angle of 87.12º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85A65D is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB13316693-
CMYK0.2000.440.35
HSL87.12º29.08%50.78%-
HSV(B)87.12º43.98%65.1%-
XYZ25.2833.0515.4-
YUV147.8197.07117.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=33.93%
G=42.35%
B=23.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133166930.2000.440.3587.1229.0850.78
Hex85A65D1402C23571d33
Octal20524613524054431273563
Binary10000101101001101011101101000101100100011101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,93); }

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

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

 a { background-color: rgb(133,166,93); }

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

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

 span { border-color: rgb(133,166,93); }

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