Shades of Green Smoke #92A25A
Tints of Green Smoke #92A25A
RGB
CMYK
RGB Variations
Color information
#92A25A (or 0x92A25A) is known color: Green Smoke. HEX triplet: 92, A2 and 5A. RGB value is (146,162,90). Sum of RGB (Red+Green+Blue) = 146+162+90=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 162 - color contains mainly: green. Hex color #92A25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A25A is #6D5DA5. Grayscale: #959595. Windows color (decimal): -7167398 or 5939858. OLE color: 5939858.
HSL color Cylindrical-coordinate representation of color #92A25A: hue angle of 73.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92A25A is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 90 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.36 |
| HSL | 73.33º | 0.29% | 0.49% | - |
| HSV(B) | 73.33º | 0.44% | 0.64% | - |
| XYZ | 26.62 | 32.69 | 14.58 | - |
| YUV | 149.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 90 | 0.10 | 0 | 0.44 | 0.36 | 73.33 | 0.29 | 0.49 |
| Hex | 92 | A2 | 5A | A | 0 | 2C | 24 | 49 | 1D | 31 |
| Octal | 222 | 242 | 132 | 12 | 0 | 54 | 44 | 111 | 35 | 61 |
| Binary | 10010010 | 10100010 | 1011010 | 1010 | 0 | 101100 | 100100 | 1001001 | 11101 | 110001 |
Color Harmonies of #92A25A
Complementary color
Monochromatic Colors of #92A25A
Black with #92A25A
Text Example
Text Example
White with #92A25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A25A; }
p { color: rgb(146,162,90); }
H1.HeaderClassName
{
color: #92A25A;
}
.AnyTagClassName
{
color: #92A25A;
}
</style>
background-color css
<style>
a { background-color: #92A25A; }
a { background-color: rgb(146,162,90); }
div.DivClassName
{
background-color: #92A25A;
}
.BgClassName
{
background-color: #92A25A;
}
</style>
border-color css
<style>
span { border-color: #92A25A; }
span { border-color: rgb(146,162,90); }
td.TdClassName
{
border-color: #92A25A;
}
.TagClassName
{
border-color: #92A25A;
}
</style>