#85A456

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

Shades of Chelsea Cucumber #85A456

Tints of Chelsea Cucumber #85A456

Color information

#85A456 (or 0x85A456) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, A4 and 56. RGB value is (133,164,86). Sum of RGB (Red+Green+Blue) = 133+164+86=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #85A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A456 is #7A5BA9. Grayscale: #929292. Windows color (decimal): -8018858 or 5678213. OLE color: 5678213.

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

Color convert

RGB13316486-
CMYK0.1900.480.36
HSL83.85º31.2%49.02%-
HSV(B)83.85º47.56%64.31%-
XYZ24.6332.2113.72-
YUV145.8494.23118.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.73%
GREEN value IS 164 (64.45% from 255) = 42.82%
BLUE value IS 86 (33.98% from 255) = 22.45%
R=34.73%
G=42.82%
B=22.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133164860.1900.480.3683.8531.249.02
Hex85A4561303024541f31
Octal20524412623060441243761
Binary10000101101001001010110100110110000100100101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,164,86); }

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

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

 a { background-color: rgb(133,164,86); }

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

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

 span { border-color: rgb(133,164,86); }

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