#828A62

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

Shades of Bitter #828A62

Tints of Bitter #828A62

Color information

#828A62 (or 0x828A62) is unknown color: approx Bitter. HEX triplet: 82, 8A and 62. RGB value is (130,138,98). Sum of RGB (Red+Green+Blue) = 130+138+98=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #828A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A62 is #7D759D. Grayscale: #838383. Windows color (decimal): -8222110 or 6457986. OLE color: 6457986.

HSL color Cylindrical-coordinate representation of color #828A62: hue angle of 72º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828A62 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13013898-
CMYK0.0600.290.46
HSL72º16.95%46.27%-
HSV(B)72º28.99%54.12%-
XYZ20.523.815.07-
YUV131.05109.35127.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=35.52%
G=37.70%
B=26.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138980.0600.290.467216.9546.27
Hex828A62601D2E48112e
Octal2022121426035561102156
Binary10000010100010101100010110011101101110100100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A62; }

 p { color: rgb(130,138,98); }

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

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

 a { background-color: rgb(130,138,98); }

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

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

 span { border-color: rgb(130,138,98); }

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