Shades of Sage #92A26F
Tints of Sage #92A26F
RGB
CMYK
RGB Variations
Color information
#92A26F (or 0x92A26F) is known color: Sage. HEX triplet: 92, A2 and 6F. RGB value is (146,162,111). Sum of RGB (Red+Green+Blue) = 146+162+111=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #92A26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A26F is #6D5D90. Grayscale: #979797. Windows color (decimal): -7167377 or 7316114. OLE color: 7316114.
HSL color Cylindrical-coordinate representation of color #92A26F: hue angle of 78.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92A26F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 111 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.36 |
| HSL | 78.82º | 0.22% | 0.54% | - |
| HSV(B) | 78.82º | 0.31% | 0.64% | - |
| XYZ | 27.64 | 33.1 | 19.97 | - |
| YUV | 151.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 111 | 0.10 | 0 | 0.31 | 0.36 | 78.82 | 0.22 | 0.54 |
| Hex | 92 | A2 | 6F | A | 0 | 1F | 24 | 4F | 16 | 36 |
| Octal | 222 | 242 | 157 | 12 | 0 | 37 | 44 | 117 | 26 | 66 |
| Binary | 10010010 | 10100010 | 1101111 | 1010 | 0 | 11111 | 100100 | 1001111 | 10110 | 110110 |
Color Harmonies of #92A26F
Complementary color
Monochromatic Colors of #92A26F
Black with #92A26F
Text Example
Text Example
White with #92A26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A26F; }
p { color: rgb(146,162,111); }
H1.HeaderClassName
{
color: #92A26F;
}
.AnyTagClassName
{
color: #92A26F;
}
</style>
background-color css
<style>
a { background-color: #92A26F; }
a { background-color: rgb(146,162,111); }
div.DivClassName
{
background-color: #92A26F;
}
.BgClassName
{
background-color: #92A26F;
}
</style>
border-color css
<style>
span { border-color: #92A26F; }
span { border-color: rgb(146,162,111); }
td.TdClassName
{
border-color: #92A26F;
}
.TagClassName
{
border-color: #92A26F;
}
</style>