#828570

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

Shades of Bitter #828570

Tints of Bitter #828570

Color information

#828570 (or 0x828570) is unknown color: approx Bitter. HEX triplet: 82, 85 and 70. RGB value is (130,133,112). Sum of RGB (Red+Green+Blue) = 130+133+112=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #828570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828570 is #7D7A8F. Grayscale: #818181. Windows color (decimal): -8223376 or 7374210. OLE color: 7374210.

HSL color Cylindrical-coordinate representation of color #828570: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828570 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB130133112-
CMYK0.0200.160.48
HSL68.57º8.57%48.04%-
HSV(B)68.57º15.79%52.16%-
XYZ20.5222.6918.63-
YUV129.71118.01128.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=34.67%
G=35.47%
B=29.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331120.0200.160.4868.578.5748.04
Hex82857020103045930
Octal2022051602020601051160
Binary100000101000010111100001001000011000010001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828570; }

 p { color: rgb(130,133,112); }

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

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

 a { background-color: rgb(130,133,112); }

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

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

 span { border-color: rgb(130,133,112); }

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