Html Css Color HEX #919983 Sage

📋 copy color: '#919983'

red 145 ◦ green 153 ◦ blue 131

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

Shades of Sage #919983

Tints of Sage #919983

RGB

 RED value IS 145 (57.03% from 255) = 33.8%

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

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

R = 33.8%
G = 35.66%
B = 30.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#919983 (or 0x919983) is known color: Sage. HEX triplet: 91, 99 and 83. RGB value is (145,153,131). Sum of RGB (Red+Green+Blue) = 145+153+131=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #919983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919983 is #6E667C. Grayscale: #949494. Windows color (decimal): -7235197 or 8624529. OLE color: 8624529.

HSL color Cylindrical-coordinate representation of color #919983: hue angle of 81.82º 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 #919983 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 131 -
CMYK 0.05 0 0.14 0.4
HSL 81.82º 0.1% 0.56% -
HSV(B) 81.82º 0.14% 0.6% -
XYZ 27.17 30.44 25.92 -
YUV 148.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 145 153 131 0.05 0 0.14 0.4 81.82 0.1 0.56
Hex 91 99 83 5 0 E 28 52 A 38
Octal 221 231 203 5 0 16 50 122 12 70
Binary 10010001 10011001 10000011 101 0 1110 101000 1010010 1010 111000

Color Harmonies of #919983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919983

Black with #919983

Text Example


Text Example

White with #919983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919983; }

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

 H1.HeaderClassName
 {
   color: #919983;
 }
 .AnyTagClassName
 {
   color: #919983;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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