Html Css Color HEX #828880 Spanish Green

📋 copy color: '#828880'

red 130 ◦ green 136 ◦ blue 128

#828880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #828880

Tints of Spanish Green #828880

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 value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#828880 (or 0x828880) is known color: 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

RGB 130 136 128 -
CMYK 0.04 0 0.06 0.47
HSL 105º 0.03% 0.52% -
HSV(B) 105º 0.06% 0.53% -
XYZ 21.91 23.91 23.88 -
YUV 133.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 130 136 128 0.04 0 0.06 0.47 105 0.03 0.52
Hex 82 88 80 4 0 6 2F 69 3 34
Octal 202 210 200 4 0 6 57 151 3 64
Binary 10000010 10001000 10000000 100 0 110 101111 1101001 11 110100

Color Harmonies of #828880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828880

Black with #828880

Text Example


Text Example

White with #828880

Text Example


Text Example

HTML Codes & Css Web 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>