Html Css Color HEX #828481 Spanish Green

📋 copy color: '#828481'

red 130 ◦ green 132 ◦ blue 129

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

Shades of Spanish Green #828481

Tints of Spanish Green #828481

RGB

 RED value IS 130 (51.17% from 255) = 33.25%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 33.25%
G = 33.76%
B = 32.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#828481 (or 0x828481) is known color: Spanish Green. HEX triplet: 82, 84 and 81. RGB value is (130,132,129). Sum of RGB (Red+Green+Blue) = 130+132+129=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 132 - color contains mainly: green. Hex color #828481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828481 is #7D7B7E. Grayscale: #838383. Windows color (decimal): -8223615 or 8488066. OLE color: 8488066.

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

Color convert

RGB 130 132 129 -
CMYK 0.02 0 0.02 0.48
HSL 100º 0.01% 0.51% -
HSV(B) 100º 0.02% 0.52% -
XYZ 21.42 22.83 24.05 -
YUV 131.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 130 132 129 0.02 0 0.02 0.48 100 0.01 0.51
Hex 82 84 81 2 0 2 30 64 1 33
Octal 202 204 201 2 0 2 60 144 1 63
Binary 10000010 10000100 10000001 10 0 10 110000 1100100 1 110011

Color Harmonies of #828481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828481

Black with #828481

Text Example


Text Example

White with #828481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828481; }

 p { color: rgb(130,132,129); }

 H1.HeaderClassName
 {
   color: #828481;
 }
 .AnyTagClassName
 {
   color: #828481;
 }
</style>

background-color css

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

 a { background-color: rgb(130,132,129); }

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

border-color css

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

 span { border-color: rgb(130,132,129); }

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