Shades of Citron #92A02C
Tints of Citron #92A02C
RGB
CMYK
RGB Variations
Color information
#92A02C (or 0x92A02C) is known color: Citron. HEX triplet: 92, A0 and 2C. RGB value is (146,160,44). Sum of RGB (Red+Green+Blue) = 146+160+44=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #92A02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A02C is #6D5FD3. Grayscale: #8F8F8F. Windows color (decimal): -7167956 or 2924690. OLE color: 2924690.
HSL color Cylindrical-coordinate representation of color #92A02C: hue angle of 67.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92A02C is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 44 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.37 |
| HSL | 67.24º | 0.57% | 0.4% | - |
| HSV(B) | 67.24º | 0.73% | 0.63% | - |
| XYZ | 24.88 | 31.43 | 7.14 | - |
| YUV | 142.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 44 | 0.09 | 0 | 0.72 | 0.37 | 67.24 | 0.57 | 0.4 |
| Hex | 92 | A0 | 2C | 9 | 0 | 48 | 25 | 43 | 39 | 28 |
| Octal | 222 | 240 | 54 | 11 | 0 | 110 | 45 | 103 | 71 | 50 |
| Binary | 10010010 | 10100000 | 101100 | 1001 | 0 | 1001000 | 100101 | 1000011 | 111001 | 101000 |
Color Harmonies of #92A02C
Complementary color
Monochromatic Colors of #92A02C
Black with #92A02C
Text Example
Text Example
White with #92A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A02C; }
p { color: rgb(146,160,44); }
H1.HeaderClassName
{
color: #92A02C;
}
.AnyTagClassName
{
color: #92A02C;
}
</style>
background-color css
<style>
a { background-color: #92A02C; }
a { background-color: rgb(146,160,44); }
div.DivClassName
{
background-color: #92A02C;
}
.BgClassName
{
background-color: #92A02C;
}
</style>
border-color css
<style>
span { border-color: #92A02C; }
span { border-color: rgb(146,160,44); }
td.TdClassName
{
border-color: #92A02C;
}
.TagClassName
{
border-color: #92A02C;
}
</style>