#83907E

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

Shades of Spanish Green #83907E

Tints of Spanish Green #83907E

Color information

#83907E (or 0x83907E) is unknown color: approx Spanish Green. HEX triplet: 83, 90 and 7E. RGB value is (131,144,126). Sum of RGB (Red+Green+Blue) = 131+144+126=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 144 - color contains mainly: green. Hex color #83907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907E is #7C6F81. Grayscale: #8A8A8A. Windows color (decimal): -8155010 or 8294531. OLE color: 8294531.

HSL color Cylindrical-coordinate representation of color #83907E: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83907E is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB131144126-
CMYK0.0900.120.44
HSL103.33º7.5%52.94%-
HSV(B)103.33º12.5%56.47%-
XYZ23.126.2823.59-
YUV138.06121.19122.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=32.67%
G=35.91%
B=31.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441260.0900.120.44103.337.552.94
Hex83907E90C2C67835
Octal20322017611014541471065
Binary1000001110010000111111010010110010110011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83907E; }

 p { color: rgb(131,144,126); }

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

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

 a { background-color: rgb(131,144,126); }

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

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

 span { border-color: rgb(131,144,126); }

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