#83917D

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

Shades of Spanish Green #83917D

Tints of Spanish Green #83917D

Color information

#83917D (or 0x83917D) is unknown color: approx Spanish Green. HEX triplet: 83, 91 and 7D. RGB value is (131,145,125). Sum of RGB (Red+Green+Blue) = 131+145+125=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #83917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83917D is #7C6E82. Grayscale: #8A8A8A. Windows color (decimal): -8154755 or 8229251. OLE color: 8229251.

HSL color Cylindrical-coordinate representation of color #83917D: hue angle of 102º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83917D is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB131145125-
CMYK0.1000.140.43
HSL102º8.33%52.94%-
HSV(B)102º13.79%56.86%-
XYZ23.1926.5623.31-
YUV138.53120.36122.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 145 (57.03% from 255) = 36.16%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=32.67%
G=36.16%
B=31.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451250.1000.140.431028.3352.94
Hex83917DA0E2B66835
Octal20322117512016531461065
Binary1000001110010001111110110100111010101111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83917D; }

 p { color: rgb(131,145,125); }

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

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

 a { background-color: rgb(131,145,125); }

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

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

 span { border-color: rgb(131,145,125); }

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