Html Css Color HEX #929983 Sage

📋 copy color: '#929983'

red 146 ◦ green 153 ◦ blue 131

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

Shades of Sage #929983

Tints of Sage #929983

RGB

 RED value IS 146 (57.42% from 255) = 33.95%

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

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

R = 33.95%
G = 35.58%
B = 30.47%

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

#929983 (or 0x929983) is known color: Sage. HEX triplet: 92, 99 and 83. RGB value is (146,153,131). Sum of RGB (Red+Green+Blue) = 146+153+131=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #929983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929983 is #6D667C. Grayscale: #949494. Windows color (decimal): -7169661 or 8624530. OLE color: 8624530.

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

Color convert

RGB 146 153 131 -
CMYK 0.05 0 0.14 0.4
HSL 79.09º 0.1% 0.56% -
HSV(B) 79.09º 0.14% 0.6% -
XYZ 27.34 30.53 25.92 -
YUV 148.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 146 153 131 0.05 0 0.14 0.4 79.09 0.1 0.56
Hex 92 99 83 5 0 E 28 4F A 38
Octal 222 231 203 5 0 16 50 117 12 70
Binary 10010010 10011001 10000011 101 0 1110 101000 1001111 1010 111000

Color Harmonies of #929983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929983

Black with #929983

Text Example


Text Example

White with #929983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929983; }

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

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

background-color css

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

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

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

border-color css

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

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

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