#83937C

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

Shades of Spanish Green #83937C

Tints of Spanish Green #83937C

Color information

#83937C (or 0x83937C) is unknown color: approx Spanish Green. HEX triplet: 83, 93 and 7C. RGB value is (131,147,124). Sum of RGB (Red+Green+Blue) = 131+147+124=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #83937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83937C is #7C6C83. Grayscale: #8B8B8B. Windows color (decimal): -8154244 or 8164227. OLE color: 8164227.

HSL color Cylindrical-coordinate representation of color #83937C: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83937C is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB131147124-
CMYK0.1100.160.42
HSL101.74º9.62%53.14%-
HSV(B)101.74º15.65%57.65%-
XYZ23.4327.1523.07-
YUV139.59119.2121.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=32.59%
G=36.57%
B=30.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311471240.1100.160.42101.749.6253.14
Hex83937CB0102A66a35
Octal20322317413020521461265
Binary10000011100100111111100101101000010101011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83937C; }

 p { color: rgb(131,147,124); }

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

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

 a { background-color: rgb(131,147,124); }

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

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

 span { border-color: rgb(131,147,124); }

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