Html Css Color HEX #939983 Sage

📋 copy color: '#939983'

red 147 ◦ green 153 ◦ blue 131

#939983
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #939983

Tints of Sage #939983

RGB

 RED value IS 147 (57.81% from 255) = 34.11%

 GREEN value IS 153 (60.16% from 255) = 35.5%

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 34.11%
G = 35.5%
B = 30.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#939983 (or 0x939983) is known color: 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

RGB 147 153 131 -
CMYK 0.04 0 0.14 0.4
HSL 76.36º 0.1% 0.56% -
HSV(B) 76.36º 0.14% 0.6% -
XYZ 27.52 30.62 25.93 -
YUV 148.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 147 153 131 0.04 0 0.14 0.4 76.36 0.1 0.56
Hex 93 99 83 4 0 E 28 4C A 38
Octal 223 231 203 4 0 16 50 114 12 70
Binary 10010011 10011001 10000011 100 0 1110 101000 1001100 1010 111000

Color Harmonies of #939983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939983

Black with #939983

Text Example


Text Example

White with #939983

Text Example


Text Example

HTML Codes & Css Web 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>