#828869

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

Shades of Bitter #828869

Tints of Bitter #828869

Color information

#828869 (or 0x828869) is unknown color: approx Bitter. HEX triplet: 82, 88 and 69. RGB value is (130,136,105). Sum of RGB (Red+Green+Blue) = 130+136+105=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #828869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828869 is #7D7796. Grayscale: #828282. Windows color (decimal): -8222615 or 6916226. OLE color: 6916226.

HSL color Cylindrical-coordinate representation of color #828869: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828869 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB130136105-
CMYK0.0400.230.47
HSL71.61º12.86%47.25%-
HSV(B)71.61º22.79%53.33%-
XYZ20.5623.3716.79-
YUV130.67113.51127.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=35.04%
G=36.66%
B=28.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361050.0400.230.4771.6112.8647.25
Hex82886940172F48d2f
Octal2022101514027571101557
Binary1000001010001000110100110001011110111110010001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828869; }

 p { color: rgb(130,136,105); }

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

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

 a { background-color: rgb(130,136,105); }

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

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

 span { border-color: rgb(130,136,105); }

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