#849B55

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

Shades of Chelsea Cucumber #849B55

Tints of Chelsea Cucumber #849B55

Color information

#849B55 (or 0x849B55) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 9B and 55. RGB value is (132,155,85). Sum of RGB (Red+Green+Blue) = 132+155+85=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #849B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B55 is #7B64AA. Grayscale: #8C8C8C. Windows color (decimal): -8086699 or 5610372. OLE color: 5610372.

HSL color Cylindrical-coordinate representation of color #849B55: hue angle of 79.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #849B55 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB13215585-
CMYK0.1500.450.39
HSL79.71º29.17%47.06%-
HSV(B)79.71º45.16%60.78%-
XYZ22.882912.99-
YUV140.1496.88122.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=35.48%
G=41.67%
B=22.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155850.1500.450.3979.7129.1747.06
Hex849B55F02D27501d2f
Octal20423312517055471203557
Binary1000010010011011101010111110101101100111101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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