#848A60

Color #848A60 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #848A60

Tints of Bitter #848A60

Color information

#848A60 (or 0x848A60) is unknown color: approx Bitter. HEX triplet: 84, 8A and 60. RGB value is (132,138,96). Sum of RGB (Red+Green+Blue) = 132+138+96=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #848A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A60 is #7B759F. Grayscale: #838383. Windows color (decimal): -8091040 or 6326916. OLE color: 6326916.

HSL color Cylindrical-coordinate representation of color #848A60: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848A60 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB13213896-
CMYK0.0400.300.46
HSL68.57º17.95%45.88%-
HSV(B)68.57º30.43%54.12%-
XYZ20.7223.9314.59-
YUV131.42108.01128.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=36.07%
G=37.70%
B=26.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132138960.0400.300.4668.5717.9545.88
Hex848A60401E2E45122e
Octal2042121404036561052256
Binary10000100100010101100000100011110101110100010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848A60; }

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

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

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

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

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

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

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

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