#939982

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

Shades of Sage #939982

Tints of Sage #939982

Color information

#939982 (or 0x939982) is unknown color: approx Sage. HEX triplet: 93, 99 and 82. RGB value is (147,153,130). Sum of RGB (Red+Green+Blue) = 147+153+130=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #939982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939982 is #6C667D. Grayscale: #949494. Windows color (decimal): -7104126 or 8558995. OLE color: 8558995.

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

Color convert

RGB147153130-
CMYK0.0400.150.4
HSL75.65º10.13%55.49%-
HSV(B)75.65º15.03%60%-
XYZ27.4530.625.58-
YUV148.58117.51126.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=34.19%
G=35.58%
B=30.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531300.0400.150.475.6510.1355.49
Hex93998240F284ca37
Octal2232312024017501141267
Binary1001001110011001100000101000111110100010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939982; }

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

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

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

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

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

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

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

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