#85A569

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

Shades of Chelsea Cucumber #85A569

Tints of Chelsea Cucumber #85A569

Color information

#85A569 (or 0x85A569) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A5 and 69. RGB value is (133,165,105). Sum of RGB (Red+Green+Blue) = 133+165+105=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 165 - color contains mainly: green. Hex color #85A569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A569 is #7A5A96. Grayscale: #949494. Windows color (decimal): -8018583 or 6923653. OLE color: 6923653.

HSL color Cylindrical-coordinate representation of color #85A569: hue angle of 92º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85A569 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB133165105-
CMYK0.1900.360.35
HSL92º25%52.94%-
HSV(B)92º36.36%64.71%-
XYZ25.6832.9218.36-
YUV148.59103.4116.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 165 (64.84% from 255) = 40.94%
BLUE value IS 105 (41.41% from 255) = 26.05%
R=33.00%
G=40.94%
B=26.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1331651050.1900.360.35922552.94
Hex85A56913024235c1935
Octal20524515123044431343165
Binary10000101101001011101001100110100100100011101110011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,165,105); }

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

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

 a { background-color: rgb(133,165,105); }

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

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

 span { border-color: rgb(133,165,105); }

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