#929883

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

Shades of Sage #929883

Tints of Sage #929883

Color information

#929883 (or 0x929883) is unknown color: approx Sage. HEX triplet: 92, 98 and 83. RGB value is (146,152,131). Sum of RGB (Red+Green+Blue) = 146+152+131=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 152 - color contains mainly: green. Hex color #929883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929883 is #6D677C. Grayscale: #939393. Windows color (decimal): -7169917 or 8624274. OLE color: 8624274.

HSL color Cylindrical-coordinate representation of color #929883: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929883 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB146152131-
CMYK0.0400.140.40
HSL77.14º9.25%55.49%-
HSV(B)77.14º13.82%59.61%-
XYZ27.1830.2125.87-
YUV147.81118.51126.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=34.03%
G=35.43%
B=30.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461521310.0400.140.4077.149.2555.49
Hex92988340E284d937
Octal2222302034016501151167
Binary1001001010011000100000111000111010100010011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929883; }

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

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

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

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

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

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

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

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