#85AB59

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

Shades of Chelsea Cucumber #85AB59

Tints of Chelsea Cucumber #85AB59

Color information

#85AB59 (or 0x85AB59) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 59. RGB value is (133,171,89). Sum of RGB (Red+Green+Blue) = 133+171+89=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB59 is #7A54A6. Grayscale: #969696. Windows color (decimal): -8017063 or 5876613. OLE color: 5876613.

HSL color Cylindrical-coordinate representation of color #85AB59: hue angle of 87.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AB59 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB13317189-
CMYK0.2200.480.33
HSL87.8º32.8%50.98%-
HSV(B)87.8º47.95%67.06%-
XYZ26.0434.8314.8-
YUV150.2993.41115.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 89 (35.16% from 255) = 22.65%
R=33.84%
G=43.51%
B=22.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171890.2200.480.3387.832.850.98
Hex85AB591603021582133
Octal20525313126060411304163
Binary100001011010101110110011011001100001000011011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,89); }

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

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

 a { background-color: rgb(133,171,89); }

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

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

 span { border-color: rgb(133,171,89); }

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