#828A68

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

Shades of Bitter #828A68

Tints of Bitter #828A68

Color information

#828A68 (or 0x828A68) is unknown color: approx Bitter. HEX triplet: 82, 8A and 68. RGB value is (130,138,104). Sum of RGB (Red+Green+Blue) = 130+138+104=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #828A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A68 is #7D7597. Grayscale: #838383. Windows color (decimal): -8222104 or 6851202. OLE color: 6851202.

HSL color Cylindrical-coordinate representation of color #828A68: hue angle of 74.12º degrees, saturation: 0.14, 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 #828A68 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB130138104-
CMYK0.0600.250.46
HSL74.12º14.05%47.45%-
HSV(B)74.12º24.64%54.12%-
XYZ20.7923.9216.62-
YUV131.73112.35126.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=34.95%
G=37.10%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381040.0600.250.4674.1214.0547.45
Hex828A6860192E4ae2f
Octal2022121506031561121657
Binary1000001010001010110100011001100110111010010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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