Shades of Sage #919883
Tints of Sage #919883
RGB
CMYK
RGB Variations
Color information
#919883 (or 0x919883) is known color: Sage. HEX triplet: 91, 98 and 83. RGB value is (145,152,131). Sum of RGB (Red+Green+Blue) = 145+152+131=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 152 - color contains mainly: green. Hex color #919883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919883 is #6E677C. Grayscale: #939393. Windows color (decimal): -7235453 or 8624273. OLE color: 8624273.
HSL color Cylindrical-coordinate representation of color #919883: hue angle of 80º 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 #919883 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 152 | 131 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.40 |
| HSL | 80º | 0.09% | 0.55% | - |
| HSV(B) | 80º | 0.14% | 0.6% | - |
| XYZ | 27 | 30.11 | 25.86 | - |
| YUV | 147.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 152 | 131 | 0.05 | 0 | 0.14 | 0.40 | 80 | 0.09 | 0.55 |
| Hex | 91 | 98 | 83 | 5 | 0 | E | 28 | 50 | 9 | 37 |
| Octal | 221 | 230 | 203 | 5 | 0 | 16 | 50 | 120 | 11 | 67 |
| Binary | 10010001 | 10011000 | 10000011 | 101 | 0 | 1110 | 101000 | 1010000 | 1001 | 110111 |
Color Harmonies of #919883
Complementary color
Monochromatic Colors of #919883
Black with #919883
Text Example
Text Example
White with #919883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919883; }
p { color: rgb(145,152,131); }
H1.HeaderClassName
{
color: #919883;
}
.AnyTagClassName
{
color: #919883;
}
</style>
background-color css
<style>
a { background-color: #919883; }
a { background-color: rgb(145,152,131); }
div.DivClassName
{
background-color: #919883;
}
.BgClassName
{
background-color: #919883;
}
</style>
border-color css
<style>
span { border-color: #919883; }
span { border-color: rgb(145,152,131); }
td.TdClassName
{
border-color: #919883;
}
.TagClassName
{
border-color: #919883;
}
</style>