#859855

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

Shades of Chelsea Cucumber #859855

Tints of Chelsea Cucumber #859855

Color information

#859855 (or 0x859855) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 98 and 55. RGB value is (133,152,85). Sum of RGB (Red+Green+Blue) = 133+152+85=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #859855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859855 is #7A67AA. Grayscale: #8A8A8A. Windows color (decimal): -8021931 or 5609605. OLE color: 5609605.

HSL color Cylindrical-coordinate representation of color #859855: hue angle of 77.01º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #859855 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB13315285-
CMYK0.1300.440.40
HSL77.01º28.27%46.47%-
HSV(B)77.01º44.08%59.61%-
XYZ22.5428.112.83-
YUV138.6897.71123.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=35.95%
G=41.08%
B=22.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152850.1300.440.4077.0128.2746.47
Hex859855D02C284d1c2e
Octal20523012515054501153456
Binary1000010110011000101010111010101100101000100110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859855; }

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

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

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

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

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

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

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

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