Shades of Citron #92A128
Tints of Citron #92A128
RGB
CMYK
RGB Variations
Color information
#92A128 (or 0x92A128) is known color: Citron. HEX triplet: 92, A1 and 28. RGB value is (146,161,40). Sum of RGB (Red+Green+Blue) = 146+161+40=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #92A128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A128 is #6D5ED7. Grayscale: #8F8F8F. Windows color (decimal): -7167704 or 2662802. OLE color: 2662802.
HSL color Cylindrical-coordinate representation of color #92A128: hue angle of 67.44º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #92A128 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 161 | 40 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.37 |
| HSL | 67.44º | 0.6% | 0.39% | - |
| HSV(B) | 67.44º | 0.75% | 0.63% | - |
| XYZ | 24.98 | 31.75 | 6.82 | - |
| YUV | 142.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 161 | 40 | 0.09 | 0 | 0.75 | 0.37 | 67.44 | 0.6 | 0.39 |
| Hex | 92 | A1 | 28 | 9 | 0 | 4B | 25 | 43 | 3C | 27 |
| Octal | 222 | 241 | 50 | 11 | 0 | 113 | 45 | 103 | 74 | 47 |
| Binary | 10010010 | 10100001 | 101000 | 1001 | 0 | 1001011 | 100101 | 1000011 | 111100 | 100111 |
Color Harmonies of #92A128
Complementary color
Monochromatic Colors of #92A128
Black with #92A128
Text Example
Text Example
White with #92A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A128; }
p { color: rgb(146,161,40); }
H1.HeaderClassName
{
color: #92A128;
}
.AnyTagClassName
{
color: #92A128;
}
</style>
background-color css
<style>
a { background-color: #92A128; }
a { background-color: rgb(146,161,40); }
div.DivClassName
{
background-color: #92A128;
}
.BgClassName
{
background-color: #92A128;
}
</style>
border-color css
<style>
span { border-color: #92A128; }
span { border-color: rgb(146,161,40); }
td.TdClassName
{
border-color: #92A128;
}
.TagClassName
{
border-color: #92A128;
}
</style>