Shades of Sage #9BAA83
Tints of Sage #9BAA83
RGB
CMYK
RGB Variations
Color information
#9BAA83 (or 0x9BAA83) is known color: Sage. HEX triplet: 9B, AA and 83. RGB value is (155,170,131). Sum of RGB (Red+Green+Blue) = 155+170+131=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA83 is #64557C. Grayscale: #A1A1A1. Windows color (decimal): -6575485 or 8628891. OLE color: 8628891.
HSL color Cylindrical-coordinate representation of color #9BAA83: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAA83 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 131 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.33 |
| HSL | 83.08º | 0.19% | 0.59% | - |
| HSV(B) | 83.08º | 0.23% | 0.67% | - |
| XYZ | 31.99 | 37.36 | 27 | - |
| YUV | 161.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 131 | 0.09 | 0 | 0.23 | 0.33 | 83.08 | 0.19 | 0.59 |
| Hex | 9B | AA | 83 | 9 | 0 | 17 | 21 | 53 | 13 | 3B |
| Octal | 233 | 252 | 203 | 11 | 0 | 27 | 41 | 123 | 23 | 73 |
| Binary | 10011011 | 10101010 | 10000011 | 1001 | 0 | 10111 | 100001 | 1010011 | 10011 | 111011 |
Color Harmonies of #9BAA83
Complementary color
Monochromatic Colors of #9BAA83
Black with #9BAA83
Text Example
Text Example
White with #9BAA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA83; }
p { color: rgb(155,170,131); }
H1.HeaderClassName
{
color: #9BAA83;
}
.AnyTagClassName
{
color: #9BAA83;
}
</style>
background-color css
<style>
a { background-color: #9BAA83; }
a { background-color: rgb(155,170,131); }
div.DivClassName
{
background-color: #9BAA83;
}
.BgClassName
{
background-color: #9BAA83;
}
</style>
border-color css
<style>
span { border-color: #9BAA83; }
span { border-color: rgb(155,170,131); }
td.TdClassName
{
border-color: #9BAA83;
}
.TagClassName
{
border-color: #9BAA83;
}
</style>