Shades of Green Smoke #92A269
Tints of Green Smoke #92A269
RGB
CMYK
RGB Variations
Color information
#92A269 (or 0x92A269) is known color: Green Smoke. HEX triplet: 92, A2 and 69. RGB value is (146,162,105). Sum of RGB (Red+Green+Blue) = 146+162+105=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 162 - color contains mainly: green. Hex color #92A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A269 is #6D5D96. Grayscale: #969696. Windows color (decimal): -7167383 or 6922898. OLE color: 6922898.
HSL color Cylindrical-coordinate representation of color #92A269: hue angle of 76.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92A269 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 162 | 105 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.36 |
| HSL | 76.84º | 0.23% | 0.52% | - |
| HSV(B) | 76.84º | 0.35% | 0.64% | - |
| XYZ | 27.32 | 32.97 | 18.29 | - |
| YUV | 150.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 162 | 105 | 0.10 | 0 | 0.35 | 0.36 | 76.84 | 0.23 | 0.52 |
| Hex | 92 | A2 | 69 | A | 0 | 23 | 24 | 4D | 17 | 34 |
| Octal | 222 | 242 | 151 | 12 | 0 | 43 | 44 | 115 | 27 | 64 |
| Binary | 10010010 | 10100010 | 1101001 | 1010 | 0 | 100011 | 100100 | 1001101 | 10111 | 110100 |
Color Harmonies of #92A269
Complementary color
Monochromatic Colors of #92A269
Black with #92A269
Text Example
Text Example
White with #92A269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A269; }
p { color: rgb(146,162,105); }
H1.HeaderClassName
{
color: #92A269;
}
.AnyTagClassName
{
color: #92A269;
}
</style>
background-color css
<style>
a { background-color: #92A269; }
a { background-color: rgb(146,162,105); }
div.DivClassName
{
background-color: #92A269;
}
.BgClassName
{
background-color: #92A269;
}
</style>
border-color css
<style>
span { border-color: #92A269; }
span { border-color: rgb(146,162,105); }
td.TdClassName
{
border-color: #92A269;
}
.TagClassName
{
border-color: #92A269;
}
</style>