#829177

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

Shades of Spanish Green #829177

Tints of Spanish Green #829177

Color information

#829177 (or 0x829177) is unknown color: approx Spanish Green. HEX triplet: 82, 91 and 77. RGB value is (130,145,119). Sum of RGB (Red+Green+Blue) = 130+145+119=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #829177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829177 is #7D6E88. Grayscale: #898989. Windows color (decimal): -8220297 or 7836034. OLE color: 7836034.

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

Color convert

RGB130145119-
CMYK0.1000.180.43
HSL94.62º10.57%51.76%-
HSV(B)94.62º17.93%56.86%-
XYZ22.6626.3321.34-
YUV137.55117.53122.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=32.99%
G=36.80%
B=30.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451190.1000.180.4394.6210.5751.76
Hex829177A0122B5fb34
Octal20222116712022531371364
Binary10000010100100011110111101001001010101110111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829177; }

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

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

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

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

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

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

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

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