Shades of Sage #92A36D
Tints of Sage #92A36D
RGB
CMYK
RGB Variations
Color information
#92A36D (or 0x92A36D) is known color: Sage. HEX triplet: 92, A3 and 6D. RGB value is (146,163,109). Sum of RGB (Red+Green+Blue) = 146+163+109=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #92A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A36D is #6D5C92. Grayscale: #979797. Windows color (decimal): -7167123 or 7185298. OLE color: 7185298.
HSL color Cylindrical-coordinate representation of color #92A36D: hue angle of 78.89º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A36D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 163 | 109 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.36 |
| HSL | 78.89º | 0.23% | 0.53% | - |
| HSV(B) | 78.89º | 0.33% | 0.64% | - |
| XYZ | 27.71 | 33.41 | 19.46 | - |
| YUV | 151.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 163 | 109 | 0.10 | 0 | 0.33 | 0.36 | 78.89 | 0.23 | 0.53 |
| Hex | 92 | A3 | 6D | A | 0 | 21 | 24 | 4F | 17 | 35 |
| Octal | 222 | 243 | 155 | 12 | 0 | 41 | 44 | 117 | 27 | 65 |
| Binary | 10010010 | 10100011 | 1101101 | 1010 | 0 | 100001 | 100100 | 1001111 | 10111 | 110101 |
Color Harmonies of #92A36D
Complementary color
Monochromatic Colors of #92A36D
Black with #92A36D
Text Example
Text Example
White with #92A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A36D; }
p { color: rgb(146,163,109); }
H1.HeaderClassName
{
color: #92A36D;
}
.AnyTagClassName
{
color: #92A36D;
}
</style>
background-color css
<style>
a { background-color: #92A36D; }
a { background-color: rgb(146,163,109); }
div.DivClassName
{
background-color: #92A36D;
}
.BgClassName
{
background-color: #92A36D;
}
</style>
border-color css
<style>
span { border-color: #92A36D; }
span { border-color: rgb(146,163,109); }
td.TdClassName
{
border-color: #92A36D;
}
.TagClassName
{
border-color: #92A36D;
}
</style>