#848A67

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

Shades of Bitter #848A67

Tints of Bitter #848A67

Color information

#848A67 (or 0x848A67) is unknown color: approx Bitter. HEX triplet: 84, 8A and 67. RGB value is (132,138,103). Sum of RGB (Red+Green+Blue) = 132+138+103=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #848A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848A67 is #7B7598. Grayscale: #848484. Windows color (decimal): -8091033 or 6785668. OLE color: 6785668.

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

Color convert

RGB132138103-
CMYK0.0400.250.46
HSL70.29º14.52%47.25%-
HSV(B)70.29º25.36%54.12%-
XYZ21.0524.0616.37-
YUV132.22111.51127.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.39%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=35.39%
G=37.00%
B=27.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1321381030.0400.250.4670.2914.5247.25
Hex848A6740192E46f2f
Octal2042121474031561061757
Binary1000010010001010110011110001100110111010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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