Shades of Sage #92A275
Tints of Sage #92A275
RGB
CMYK
RGB Variations
Color information
#92A275 (or 0x92A275) is known color: Sage. HEX triplet: 92, A2 and 75. RGB value is (146,162,117). Sum of RGB (Red+Green+Blue) = 146+162+117=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #92A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A275 is #6D5D8A. Grayscale: #989898. Windows color (decimal): -7167371 or 7709330. OLE color: 7709330.
HSL color Cylindrical-coordinate representation of color #92A275: hue angle of 81.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92A275 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 117 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.36 |
| HSL | 81.33º | 0.19% | 0.55% | - |
| HSV(B) | 81.33º | 0.28% | 0.64% | - |
| XYZ | 27.99 | 33.24 | 21.77 | - |
| YUV | 152.09 | 108.2 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 117 | 0.10 | 0 | 0.28 | 0.36 | 81.33 | 0.19 | 0.55 |
| Hex | 92 | A2 | 75 | A | 0 | 1C | 24 | 51 | 13 | 37 |
| Octal | 222 | 242 | 165 | 12 | 0 | 34 | 44 | 121 | 23 | 67 |
| Binary | 10010010 | 10100010 | 1110101 | 1010 | 0 | 11100 | 100100 | 1010001 | 10011 | 110111 |
Color Harmonies of #92A275
Complementary color
Monochromatic Colors of #92A275
Black with #92A275
Text Example
Text Example
White with #92A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A275; }
p { color: rgb(146,162,117); }
H1.HeaderClassName
{
color: #92A275;
}
.AnyTagClassName
{
color: #92A275;
}
</style>
background-color css
<style>
a { background-color: #92A275; }
a { background-color: rgb(146,162,117); }
div.DivClassName
{
background-color: #92A275;
}
.BgClassName
{
background-color: #92A275;
}
</style>
border-color css
<style>
span { border-color: #92A275; }
span { border-color: rgb(146,162,117); }
td.TdClassName
{
border-color: #92A275;
}
.TagClassName
{
border-color: #92A275;
}
</style>