#83917A

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

Shades of Spanish Green #83917A

Tints of Spanish Green #83917A

Color information

#83917A (or 0x83917A) is unknown color: approx Spanish Green. HEX triplet: 83, 91 and 7A. RGB value is (131,145,122). Sum of RGB (Red+Green+Blue) = 131+145+122=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #83917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83917A is #7C6E85. Grayscale: #8A8A8A. Windows color (decimal): -8154758 or 8032643. OLE color: 8032643.

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

Color convert

RGB131145122-
CMYK0.1000.160.43
HSL96.52º9.47%52.35%-
HSV(B)96.52º15.86%56.86%-
XYZ2326.4822.31-
YUV138.19118.86122.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=32.91%
G=36.43%
B=30.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451220.1000.160.4396.529.4752.35
Hex83917AA0102B61934
Octal20322117212020531411164
Binary10000011100100011111010101001000010101111000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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