#849552

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

Shades of Chelsea Cucumber #849552

Tints of Chelsea Cucumber #849552

Color information

#849552 (or 0x849552) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 95 and 52. RGB value is (132,149,82). Sum of RGB (Red+Green+Blue) = 132+149+82=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #849552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849552 is #7B6AAD. Grayscale: #888888. Windows color (decimal): -8088238 or 5412228. OLE color: 5412228.

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

Color convert

RGB13214982-
CMYK0.1100.450.42
HSL75.22º29%45.29%-
HSV(B)75.22º44.97%58.43%-
XYZ21.7927.0112.05-
YUV136.2897.37124.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=36.36%
G=41.05%
B=22.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149820.1100.450.4275.222945.29
Hex849552B02D2A4b1d2d
Octal20422512213055521133555
Binary1000010010010101101001010110101101101010100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849552; }

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

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

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

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

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

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

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

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