#848870

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

Shades of Bitter #848870

Tints of Bitter #848870

Color information

#848870 (or 0x848870) is unknown color: approx Bitter. HEX triplet: 84, 88 and 70. RGB value is (132,136,112). Sum of RGB (Red+Green+Blue) = 132+136+112=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 136 - color contains mainly: green. Hex color #848870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848870 is #7B778F. Grayscale: #848484. Windows color (decimal): -8091536 or 7374980. OLE color: 7374980.

HSL color Cylindrical-coordinate representation of color #848870: hue angle of 70º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848870 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB132136112-
CMYK0.0300.180.47
HSL70º9.68%48.63%-
HSV(B)70º17.65%53.33%-
XYZ21.2423.6818.78-
YUV132.07116.67127.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.74%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=34.74%
G=35.79%
B=29.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361120.0300.180.47709.6848.63
Hex84887030122F46a31
Octal2042101603022571061261
Binary100001001000100011100001101001010111110001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848870; }

 p { color: rgb(132,136,112); }

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

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

 a { background-color: rgb(132,136,112); }

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

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

 span { border-color: rgb(132,136,112); }

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