Shades of Green Smoke #92A464
Tints of Green Smoke #92A464
RGB
CMYK
RGB Variations
Color information
#92A464 (or 0x92A464) is known color: Green Smoke. HEX triplet: 92, A4 and 64. RGB value is (146,164,100). Sum of RGB (Red+Green+Blue) = 146+164+100=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #92A464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A464 is #6D5B9B. Grayscale: #979797. Windows color (decimal): -7166876 or 6595730. OLE color: 6595730.
HSL color Cylindrical-coordinate representation of color #92A464: hue angle of 76.88º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92A464 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 100 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.36 |
| HSL | 76.88º | 0.26% | 0.52% | - |
| HSV(B) | 76.88º | 0.39% | 0.64% | - |
| XYZ | 27.43 | 33.58 | 17.09 | - |
| YUV | 151.32 | 99.04 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 100 | 0.11 | 0 | 0.39 | 0.36 | 76.88 | 0.26 | 0.52 |
| Hex | 92 | A4 | 64 | B | 0 | 27 | 24 | 4D | 1A | 34 |
| Octal | 222 | 244 | 144 | 13 | 0 | 47 | 44 | 115 | 32 | 64 |
| Binary | 10010010 | 10100100 | 1100100 | 1011 | 0 | 100111 | 100100 | 1001101 | 11010 | 110100 |
Color Harmonies of #92A464
Complementary color
Monochromatic Colors of #92A464
Black with #92A464
Text Example
Text Example
White with #92A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A464; }
p { color: rgb(146,164,100); }
H1.HeaderClassName
{
color: #92A464;
}
.AnyTagClassName
{
color: #92A464;
}
</style>
background-color css
<style>
a { background-color: #92A464; }
a { background-color: rgb(146,164,100); }
div.DivClassName
{
background-color: #92A464;
}
.BgClassName
{
background-color: #92A464;
}
</style>
border-color css
<style>
span { border-color: #92A464; }
span { border-color: rgb(146,164,100); }
td.TdClassName
{
border-color: #92A464;
}
.TagClassName
{
border-color: #92A464;
}
</style>