#82896B

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

Shades of Bitter #82896B

Tints of Bitter #82896B

Color information

#82896B (or 0x82896B) is unknown color: approx Bitter. HEX triplet: 82, 89 and 6B. RGB value is (130,137,107). Sum of RGB (Red+Green+Blue) = 130+137+107=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #82896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82896B is #7D7694. Grayscale: #838383. Windows color (decimal): -8222357 or 7047554. OLE color: 7047554.

HSL color Cylindrical-coordinate representation of color #82896B: hue angle of 74º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #82896B is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB130137107-
CMYK0.0500.220.46
HSL74º12.3%47.84%-
HSV(B)74º21.9%53.73%-
XYZ20.8123.717.39-
YUV131.49114.18126.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.76%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=34.76%
G=36.63%
B=28.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371070.0500.220.467412.347.84
Hex82896B50162E4ac30
Octal2022111535026561121460
Binary1000001010001001110101110101011010111010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82896B; }

 p { color: rgb(130,137,107); }

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

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

 a { background-color: rgb(130,137,107); }

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

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

 span { border-color: rgb(130,137,107); }

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