#929983

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

Shades of Sage #929983

Tints of Sage #929983

Color information

#929983 (or 0x929983) is unknown color: approx 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

RGB146153131-
CMYK0.0500.140.4
HSL79.09º9.73%55.69%-
HSV(B)79.09º14.38%60%-
XYZ27.3430.5325.92-
YUV148.4118.18126.29-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531310.0500.140.479.099.7355.69
Hex92998350E284fa38
Octal2222312035016501171270
Binary1001001010011001100000111010111010100010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>