#859655

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

Shades of Chelsea Cucumber #859655

Tints of Chelsea Cucumber #859655

Color information

#859655 (or 0x859655) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 96 and 55. RGB value is (133,150,85). Sum of RGB (Red+Green+Blue) = 133+150+85=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #859655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859655 is #7A69AA. Grayscale: #898989. Windows color (decimal): -8022443 or 5609093. OLE color: 5609093.

HSL color Cylindrical-coordinate representation of color #859655: hue angle of 75.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #859655 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB13315085-
CMYK0.1100.430.41
HSL75.69º27.66%46.08%-
HSV(B)75.69º43.33%58.82%-
XYZ22.2227.4612.72-
YUV137.5198.37124.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.14%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=36.14%
G=40.76%
B=23.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133150850.1100.430.4175.6927.6646.08
Hex859655B02B294c1c2e
Octal20522612513053511143456
Binary1000010110010110101010110110101011101001100110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859655; }

 p { color: rgb(133,150,85); }

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

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

 a { background-color: rgb(133,150,85); }

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

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

 span { border-color: rgb(133,150,85); }

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