#828B66

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

Shades of Bitter #828B66

Tints of Bitter #828B66

Color information

#828B66 (or 0x828B66) is unknown color: approx Bitter. HEX triplet: 82, 8B and 66. RGB value is (130,139,102). Sum of RGB (Red+Green+Blue) = 130+139+102=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #828B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B66 is #7D7499. Grayscale: #848484. Windows color (decimal): -8221850 or 6720386. OLE color: 6720386.

HSL color Cylindrical-coordinate representation of color #828B66: hue angle of 74.59º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #828B66 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB130139102-
CMYK0.0600.270.45
HSL74.59º15.35%47.25%-
HSV(B)74.59º26.62%54.51%-
XYZ20.8424.1716.14-
YUV132.09111.02126.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=35.04%
G=37.47%
B=27.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391020.0600.270.4574.5915.3547.25
Hex828B66601B2D4bf2f
Octal2022131466033551131757
Binary1000001010001011110011011001101110110110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,102); }

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

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

 a { background-color: rgb(130,139,102); }

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

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

 span { border-color: rgb(130,139,102); }

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