#85A257

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

Shades of Chelsea Cucumber #85A257

Tints of Chelsea Cucumber #85A257

Color information

#85A257 (or 0x85A257) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A2 and 57. RGB value is (133,162,87). Sum of RGB (Red+Green+Blue) = 133+162+87=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #85A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A257 is #7A5DA8. Grayscale: #919191. Windows color (decimal): -8019369 or 5743237. OLE color: 5743237.

HSL color Cylindrical-coordinate representation of color #85A257: hue angle of 83.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85A257 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB13316287-
CMYK0.1800.460.36
HSL83.2º30.12%48.82%-
HSV(B)83.2º46.3%63.53%-
XYZ24.3131.5213.82-
YUV144.7895.39119.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=34.82%
G=42.41%
B=22.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162870.1800.460.3683.230.1248.82
Hex85A2571202E24531e31
Octal20524212722056441233661
Binary10000101101000101010111100100101110100100101001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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