#849E5B

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

Shades of Chelsea Cucumber #849E5B

Tints of Chelsea Cucumber #849E5B

Color information

#849E5B (or 0x849E5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 84, 9E and 5B. RGB value is (132,158,91). Sum of RGB (Red+Green+Blue) = 132+158+91=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #849E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849E5B is #7B61A4. Grayscale: #8E8E8E. Windows color (decimal): -8085925 or 6004356. OLE color: 6004356.

HSL color Cylindrical-coordinate representation of color #849E5B: hue angle of 83.28º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #849E5B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB13215891-
CMYK0.1600.420.38
HSL83.28º26.91%48.82%-
HSV(B)83.28º42.41%61.96%-
XYZ23.6330.1114.46-
YUV142.5998.89120.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 158 (62.11% from 255) = 41.47%
BLUE value IS 91 (35.94% from 255) = 23.88%
R=34.65%
G=41.47%
B=23.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132158910.1600.420.3883.2826.9148.82
Hex849E5B1002A26531b31
Octal20423613320052461233361
Binary10000100100111101011011100000101010100110101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,91); }

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

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

 a { background-color: rgb(132,158,91); }

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

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

 span { border-color: rgb(132,158,91); }

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