Shades of Sage #9BA27B
Tints of Sage #9BA27B
RGB
CMYK
RGB Variations
Color information
#9BA27B (or 0x9BA27B) is known color: Sage. HEX triplet: 9B, A2 and 7B. RGB value is (155,162,123). Sum of RGB (Red+Green+Blue) = 155+162+123=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA27B is #645D84. Grayscale: #9B9B9B. Windows color (decimal): -6577541 or 8102555. OLE color: 8102555.
HSL color Cylindrical-coordinate representation of color #9BA27B: hue angle of 70.77º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BA27B is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 123 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.36 |
| HSL | 70.77º | 0.17% | 0.56% | - |
| HSV(B) | 70.77º | 0.24% | 0.64% | - |
| XYZ | 30.01 | 34.24 | 23.77 | - |
| YUV | 155.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 123 | 0.04 | 0 | 0.24 | 0.36 | 70.77 | 0.17 | 0.56 |
| Hex | 9B | A2 | 7B | 4 | 0 | 18 | 24 | 47 | 11 | 38 |
| Octal | 233 | 242 | 173 | 4 | 0 | 30 | 44 | 107 | 21 | 70 |
| Binary | 10011011 | 10100010 | 1111011 | 100 | 0 | 11000 | 100100 | 1000111 | 10001 | 111000 |
Color Harmonies of #9BA27B
Complementary color
Monochromatic Colors of #9BA27B
Black with #9BA27B
Text Example
Text Example
White with #9BA27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA27B; }
p { color: rgb(155,162,123); }
H1.HeaderClassName
{
color: #9BA27B;
}
.AnyTagClassName
{
color: #9BA27B;
}
</style>
background-color css
<style>
a { background-color: #9BA27B; }
a { background-color: rgb(155,162,123); }
div.DivClassName
{
background-color: #9BA27B;
}
.BgClassName
{
background-color: #9BA27B;
}
</style>
border-color css
<style>
span { border-color: #9BA27B; }
span { border-color: rgb(155,162,123); }
td.TdClassName
{
border-color: #9BA27B;
}
.TagClassName
{
border-color: #9BA27B;
}
</style>