#819276

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

Shades of Spanish Green #819276

Tints of Spanish Green #819276

Color information

#819276 (or 0x819276) is unknown color: approx Spanish Green. HEX triplet: 81, 92 and 76. RGB value is (129,146,118). Sum of RGB (Red+Green+Blue) = 129+146+118=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #819276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819276 is #7E6D89. Grayscale: #898989. Windows color (decimal): -8285578 or 7770753. OLE color: 7770753.

HSL color Cylindrical-coordinate representation of color #819276: hue angle of 96.43º 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 #819276 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB129146118-
CMYK0.1200.190.43
HSL96.43º11.38%51.76%-
HSV(B)96.43º19.18%57.25%-
XYZ22.626.5321.07-
YUV137.72116.87121.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 118 (46.48% from 255) = 30.03%
R=32.82%
G=37.15%
B=30.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291461180.1200.190.4396.4311.3851.76
Hex819276C0132B60b34
Octal20122216614023531401364
Binary10000001100100101110110110001001110101111000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819276; }

 p { color: rgb(129,146,118); }

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

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

 a { background-color: rgb(129,146,118); }

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

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

 span { border-color: rgb(129,146,118); }

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