#849F60

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

Shades of Chelsea Cucumber #849F60

Tints of Chelsea Cucumber #849F60

Color information

#849F60 (or 0x849F60) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 9F and 60. RGB value is (132,159,96). Sum of RGB (Red+Green+Blue) = 132+159+96=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #849F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849F60 is #7B609F. Grayscale: #8F8F8F. Windows color (decimal): -8085664 or 6332292. OLE color: 6332292.

HSL color Cylindrical-coordinate representation of color #849F60: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #849F60 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB13215996-
CMYK0.1700.400.38
HSL85.71º24.71%50%-
HSV(B)85.71º39.62%62.35%-
XYZ24.0330.5515.7-
YUV143.74101.05119.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=34.11%
G=41.09%
B=24.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132159960.1700.400.3885.7124.7150
Hex849F601102826561932
Octal20423714021050461263162
Binary10000100100111111100000100010101000100110101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849F60; }

 p { color: rgb(132,159,96); }

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

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

 a { background-color: rgb(132,159,96); }

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

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

 span { border-color: rgb(132,159,96); }

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