#828681

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

Shades of Spanish Green #828681

Tints of Spanish Green #828681

Color information

#828681 (or 0x828681) is unknown color: approx Spanish Green. HEX triplet: 82, 86 and 81. RGB value is (130,134,129). Sum of RGB (Red+Green+Blue) = 130+134+129=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #828681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828681 is #7D797E. Grayscale: #848484. Windows color (decimal): -8223103 or 8488578. OLE color: 8488578.

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

Color convert

RGB130134129-
CMYK0.0300.040.47
HSL108º2.02%51.57%-
HSV(B)108º3.73%52.55%-
XYZ21.6923.3824.14-
YUV132.23126.17126.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=33.08%
G=34.10%
B=32.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341290.0300.040.471082.0251.57
Hex8286813042F6c234
Octal20220620130457154264
Binary100000101000011010000001110100101111110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828681; }

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

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

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

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

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

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

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

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