#929984

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

Shades of Sage #929984

Tints of Sage #929984

Color information

#929984 (or 0x929984) is unknown color: approx Sage. HEX triplet: 92, 99 and 84. RGB value is (146,153,132). Sum of RGB (Red+Green+Blue) = 146+153+132=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #929984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929984 is #6D667B. Grayscale: #949494. Windows color (decimal): -7169660 or 8690066. OLE color: 8690066.

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

Color convert

RGB146153132-
CMYK0.0500.140.4
HSL80º9.33%55.88%-
HSV(B)80º13.73%60%-
XYZ27.4130.5626.28-
YUV148.51118.68126.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=33.87%
G=35.50%
B=30.63%

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
Decimal1461531320.0500.140.4809.3355.88
Hex92998450E2850938
Octal2222312045016501201170
Binary1001001010011001100001001010111010100010100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929984; }

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

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

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

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

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

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

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

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