Shades of Citron #92A017
Tints of Citron #92A017
RGB
CMYK
RGB Variations
Color information
#92A017 (or 0x92A017) is known color: Citron. HEX triplet: 92, A0 and 17. RGB value is (146,160,23). Sum of RGB (Red+Green+Blue) = 146+160+23=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #92A017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A017 is #6D5FE8. Grayscale: #8C8C8C. Windows color (decimal): -7167977 or 1548434. OLE color: 1548434.
HSL color Cylindrical-coordinate representation of color #92A017: hue angle of 66.13º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92A017 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 23 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.37 |
| HSL | 66.13º | 0.75% | 0.36% | - |
| HSV(B) | 66.13º | 0.86% | 0.63% | - |
| XYZ | 24.58 | 31.31 | 5.56 | - |
| YUV | 140.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 23 | 0.09 | 0 | 0.86 | 0.37 | 66.13 | 0.75 | 0.36 |
| Hex | 92 | A0 | 17 | 9 | 0 | 56 | 25 | 42 | 4B | 24 |
| Octal | 222 | 240 | 27 | 11 | 0 | 126 | 45 | 102 | 113 | 44 |
| Binary | 10010010 | 10100000 | 10111 | 1001 | 0 | 1010110 | 100101 | 1000010 | 1001011 | 100100 |
Color Harmonies of #92A017
Complementary color
Monochromatic Colors of #92A017
Black with #92A017
Text Example
Text Example
White with #92A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A017; }
p { color: rgb(146,160,23); }
H1.HeaderClassName
{
color: #92A017;
}
.AnyTagClassName
{
color: #92A017;
}
</style>
background-color css
<style>
a { background-color: #92A017; }
a { background-color: rgb(146,160,23); }
div.DivClassName
{
background-color: #92A017;
}
.BgClassName
{
background-color: #92A017;
}
</style>
border-color css
<style>
span { border-color: #92A017; }
span { border-color: rgb(146,160,23); }
td.TdClassName
{
border-color: #92A017;
}
.TagClassName
{
border-color: #92A017;
}
</style>