Shades of Sage #9BA382
Tints of Sage #9BA382
RGB
CMYK
RGB Variations
Color information
#9BA382 (or 0x9BA382) is known color: Sage. HEX triplet: 9B, A3 and 82. RGB value is (155,163,130). Sum of RGB (Red+Green+Blue) = 155+163+130=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA382 is #645C7D. Grayscale: #9C9C9C. Windows color (decimal): -6577278 or 8561563. OLE color: 8561563.
HSL color Cylindrical-coordinate representation of color #9BA382: hue angle of 74.55º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BA382 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 130 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.36 |
| HSL | 74.55º | 0.15% | 0.57% | - |
| HSV(B) | 74.55º | 0.2% | 0.64% | - |
| XYZ | 30.64 | 34.77 | 26.22 | - |
| YUV | 156.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 130 | 0.05 | 0 | 0.20 | 0.36 | 74.55 | 0.15 | 0.57 |
| Hex | 9B | A3 | 82 | 5 | 0 | 14 | 24 | 4B | F | 39 |
| Octal | 233 | 243 | 202 | 5 | 0 | 24 | 44 | 113 | 17 | 71 |
| Binary | 10011011 | 10100011 | 10000010 | 101 | 0 | 10100 | 100100 | 1001011 | 1111 | 111001 |
Color Harmonies of #9BA382
Complementary color
Monochromatic Colors of #9BA382
Black with #9BA382
Text Example
Text Example
White with #9BA382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA382; }
p { color: rgb(155,163,130); }
H1.HeaderClassName
{
color: #9BA382;
}
.AnyTagClassName
{
color: #9BA382;
}
</style>
background-color css
<style>
a { background-color: #9BA382; }
a { background-color: rgb(155,163,130); }
div.DivClassName
{
background-color: #9BA382;
}
.BgClassName
{
background-color: #9BA382;
}
</style>
border-color css
<style>
span { border-color: #9BA382; }
span { border-color: rgb(155,163,130); }
td.TdClassName
{
border-color: #9BA382;
}
.TagClassName
{
border-color: #9BA382;
}
</style>