#849555

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

Shades of Chelsea Cucumber #849555

Tints of Chelsea Cucumber #849555

Color information

#849555 (or 0x849555) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 95 and 55. RGB value is (132,149,85). Sum of RGB (Red+Green+Blue) = 132+149+85=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #849555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849555 is #7B6AAA. Grayscale: #888888. Windows color (decimal): -8088235 or 5608836. OLE color: 5608836.

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

Color convert

RGB13214985-
CMYK0.1100.430.42
HSL75.94º27.35%45.88%-
HSV(B)75.94º42.95%58.43%-
XYZ21.927.0612.66-
YUV136.6298.87124.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=36.07%
G=40.71%
B=23.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149850.1100.430.4275.9427.3545.88
Hex849555B02B2A4c1b2e
Octal20422512513053521143356
Binary1000010010010101101010110110101011101010100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849555; }

 p { color: rgb(132,149,85); }

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

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

 a { background-color: rgb(132,149,85); }

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

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

 span { border-color: rgb(132,149,85); }

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