Html Css Color HEX #829176 Spanish Green

📋 copy color: '#829176'

red 130 ◦ green 145 ◦ blue 118

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

Shades of Spanish Green #829176

Tints of Spanish Green #829176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 33.08%
G = 36.9%
B = 30.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#829176 (or 0x829176) is known color: Spanish Green. HEX triplet: 82, 91 and 76. RGB value is (130,145,118). Sum of RGB (Red+Green+Blue) = 130+145+118=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #829176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829176 is #7D6E89. Grayscale: #898989. Windows color (decimal): -8220298 or 7770498. OLE color: 7770498.

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

Color convert

RGB 130 145 118 -
CMYK 0.10 0 0.19 0.43
HSL 93.33º 0.11% 0.52% -
HSV(B) 93.33º 0.19% 0.57% -
XYZ 22.6 26.3 21.03 -
YUV 137.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 130 145 118 0.10 0 0.19 0.43 93.33 0.11 0.52
Hex 82 91 76 A 0 13 2B 5D B 34
Octal 202 221 166 12 0 23 53 135 13 64
Binary 10000010 10010001 1110110 1010 0 10011 101011 1011101 1011 110100

Color Harmonies of #829176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829176

Black with #829176

Text Example


Text Example

White with #829176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829176; }

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

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

background-color css

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

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

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

border-color css

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

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

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