#829178

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

Shades of Spanish Green #829178

Tints of Spanish Green #829178

Color information

#829178 (or 0x829178) is unknown color: approx Spanish Green. HEX triplet: 82, 91 and 78. RGB value is (130,145,120). Sum of RGB (Red+Green+Blue) = 130+145+120=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #829178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829178 is #7D6E87. Grayscale: #898989. Windows color (decimal): -8220296 or 7901570. OLE color: 7901570.

HSL color Cylindrical-coordinate representation of color #829178: hue angle of 96º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829178 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB130145120-
CMYK0.1000.170.43
HSL96º10.2%51.96%-
HSV(B)96º17.24%56.86%-
XYZ22.7226.3521.66-
YUV137.66118.03122.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=32.91%
G=36.71%
B=30.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451200.1000.170.439610.251.96
Hex829178A0112B60a34
Octal20222117012021531401264
Binary10000010100100011111000101001000110101111000001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829178; }

 p { color: rgb(130,145,120); }

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

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

 a { background-color: rgb(130,145,120); }

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

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

 span { border-color: rgb(130,145,120); }

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