#829277

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

Shades of Spanish Green #829277

Tints of Spanish Green #829277

Color information

#829277 (or 0x829277) is unknown color: approx Spanish Green. HEX triplet: 82, 92 and 77. RGB value is (130,146,119). Sum of RGB (Red+Green+Blue) = 130+146+119=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #829277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829277 is #7D6D88. Grayscale: #8A8A8A. Windows color (decimal): -8220041 or 7836290. OLE color: 7836290.

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

Color convert

RGB130146119-
CMYK0.1100.180.43
HSL95.56º11.02%51.96%-
HSV(B)95.56º18.49%57.25%-
XYZ22.8126.6421.39-
YUV138.14117.2122.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=32.91%
G=36.96%
B=30.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461190.1100.180.4395.5611.0251.96
Hex829277B0122B60b34
Octal20222216713022531401364
Binary10000010100100101110111101101001010101111000001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829277; }

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

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

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

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

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

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

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

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