#85AB57

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

Shades of Chelsea Cucumber #85AB57

Tints of Chelsea Cucumber #85AB57

Color information

#85AB57 (or 0x85AB57) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 57. RGB value is (133,171,87). Sum of RGB (Red+Green+Blue) = 133+171+87=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 87 (34.38% from 255 or 22.25% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB57 is #7A54A8. Grayscale: #969696. Windows color (decimal): -8017065 or 5745541. OLE color: 5745541.

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

Color convert

RGB13317187-
CMYK0.2200.490.33
HSL87.14º33.33%50.59%-
HSV(B)87.14º49.12%67.06%-
XYZ25.9634.814.37-
YUV150.0692.41115.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.02%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 87 (34.38% from 255) = 22.25%
R=34.02%
G=43.73%
B=22.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171870.2200.490.3387.1433.3350.59
Hex85AB571603121572133
Octal20525312726061411274163
Binary100001011010101110101111011001100011000011010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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