#939983

Color #939983 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #939983

Tints of Sage #939983

Color information

#939983 (or 0x939983) is unknown color: approx Sage. HEX triplet: 93, 99 and 83. RGB value is (147,153,131). Sum of RGB (Red+Green+Blue) = 147+153+131=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #939983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939983 is #6C667C. Grayscale: #949494. Windows color (decimal): -7104125 or 8624531. OLE color: 8624531.

HSL color Cylindrical-coordinate representation of color #939983: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #939983 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB147153131-
CMYK0.0400.140.4
HSL76.36º9.73%55.69%-
HSV(B)76.36º14.38%60%-
XYZ27.5230.6225.93-
YUV148.7118.01126.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=34.11%
G=35.50%
B=30.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531310.0400.140.476.369.7355.69
Hex93998340E284ca38
Octal2232312034016501141270
Binary1001001110011001100000111000111010100010011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939983; }

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

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

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

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

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

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

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

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