#848D55

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

Shades of Bitter #848D55

Tints of Bitter #848D55

Color information

#848D55 (or 0x848D55) is unknown color: approx Bitter. HEX triplet: 84, 8D and 55. RGB value is (132,141,85). Sum of RGB (Red+Green+Blue) = 132+141+85=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #848D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D55 is #7B72AA. Grayscale: #848484. Windows color (decimal): -8090283 or 5606788. OLE color: 5606788.

HSL color Cylindrical-coordinate representation of color #848D55: hue angle of 69.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #848D55 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13214185-
CMYK0.0600.400.45
HSL69.64º24.78%44.31%-
HSV(B)69.64º39.72%55.29%-
XYZ20.6824.6112.25-
YUV131.92101.52128.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 85 (33.59% from 255) = 23.74%
R=36.87%
G=39.39%
B=23.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141850.0600.400.4569.6424.7844.31
Hex848D5560282D46192c
Octal2042151256050551063154
Binary100001001000110110101011100101000101101100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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