#828880

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

Shades of Spanish Green #828880

Tints of Spanish Green #828880

Color information

#828880 (or 0x828880) is unknown color: approx Spanish Green. HEX triplet: 82, 88 and 80. RGB value is (130,136,128). Sum of RGB (Red+Green+Blue) = 130+136+128=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #828880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828880 is #7D777F. Grayscale: #858585. Windows color (decimal): -8222592 or 8423554. OLE color: 8423554.

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

Color convert

RGB130136128-
CMYK0.0400.060.47
HSL105º3.25%51.76%-
HSV(B)105º5.88%53.33%-
XYZ21.9123.9123.88-
YUV133.29125.01125.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 128 (50.39% from 255) = 32.49%
R=32.99%
G=34.52%
B=32.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301361280.0400.060.471053.2551.76
Hex8288804062F69334
Octal20221020040657151364
Binary1000001010001000100000001000110101111110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828880; }

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

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

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

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

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

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

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

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