#929A83

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

Shades of Sage #929A83

Tints of Sage #929A83

Color information

#929A83 (or 0x929A83) is unknown color: approx Sage. HEX triplet: 92, 9A and 83. RGB value is (146,154,131). Sum of RGB (Red+Green+Blue) = 146+154+131=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 154 - color contains mainly: green. Hex color #929A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A83 is #6D657C. Grayscale: #959595. Windows color (decimal): -7169405 or 8624786. OLE color: 8624786.

HSL color Cylindrical-coordinate representation of color #929A83: hue angle of 80.87º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #929A83 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB146154131-
CMYK0.0500.150.40
HSL80.87º10.22%55.88%-
HSV(B)80.87º14.94%60.39%-
XYZ27.5130.8625.98-
YUV148.99117.85125.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=33.87%
G=35.73%
B=30.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541310.0500.150.4080.8710.2255.88
Hex929A8350F2851a38
Octal2222322035017501211270
Binary1001001010011010100000111010111110100010100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929A83; }

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

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

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

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

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

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

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

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