#83907C

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

Shades of Spanish Green #83907C

Tints of Spanish Green #83907C

Color information

#83907C (or 0x83907C) is unknown color: approx Spanish Green. HEX triplet: 83, 90 and 7C. RGB value is (131,144,124). Sum of RGB (Red+Green+Blue) = 131+144+124=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #83907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907C is #7C6F83. Grayscale: #898989. Windows color (decimal): -8155012 or 8163459. OLE color: 8163459.

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

Color convert

RGB131144124-
CMYK0.0900.140.44
HSL99º8.26%52.55%-
HSV(B)99º13.89%56.47%-
XYZ22.9726.2322.92-
YUV137.83120.19123.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=32.83%
G=36.09%
B=31.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441240.0900.140.44998.2652.55
Hex83907C90E2C63835
Octal20322017411016541431065
Binary1000001110010000111110010010111010110011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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