#859852

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

Shades of Chelsea Cucumber #859852

Tints of Chelsea Cucumber #859852

Color information

#859852 (or 0x859852) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, 98 and 52. RGB value is (133,152,82). Sum of RGB (Red+Green+Blue) = 133+152+82=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #859852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859852 is #7A67AD. Grayscale: #8A8A8A. Windows color (decimal): -8021934 or 5412997. OLE color: 5412997.

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

Color convert

RGB13315282-
CMYK0.1300.460.40
HSL76.29º29.91%45.88%-
HSV(B)76.29º46.05%59.61%-
XYZ22.4228.0512.22-
YUV138.3496.21124.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 82 (32.42% from 255) = 22.34%
R=36.24%
G=41.42%
B=22.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152820.1300.460.4076.2929.9145.88
Hex859852D02E284c1e2e
Octal20523012215056501143656
Binary1000010110011000101001011010101110101000100110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859852; }

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

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

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

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

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

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

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

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