Shades of Citrus #92AD10
Tints of Citrus #92AD10
RGB
CMYK
RGB Variations
Color information
#92AD10 (or 0x92AD10) is known color: Citrus. HEX triplet: 92, AD and 10. RGB value is (146,173,16). Sum of RGB (Red+Green+Blue) = 146+173+16=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AD10 is #6D52EF. Grayscale: #939393. Windows color (decimal): -7164656 or 1093010. OLE color: 1093010.
HSL color Cylindrical-coordinate representation of color #92AD10: hue angle of 70.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92AD10 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 173 | 16 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.32 |
| HSL | 70.32º | 0.83% | 0.37% | - |
| HSV(B) | 70.32º | 0.91% | 0.68% | - |
| XYZ | 26.89 | 36.04 | 6.03 | - |
| YUV | 147.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 16 | 0.16 | 0 | 0.91 | 0.32 | 70.32 | 0.83 | 0.37 |
| Hex | 92 | AD | 10 | 10 | 0 | 5B | 20 | 46 | 53 | 25 |
| Octal | 222 | 255 | 20 | 20 | 0 | 133 | 40 | 106 | 123 | 45 |
| Binary | 10010010 | 10101101 | 10000 | 10000 | 0 | 1011011 | 100000 | 1000110 | 1010011 | 100101 |
Color Harmonies of #92AD10
Complementary color
Monochromatic Colors of #92AD10
Black with #92AD10
Text Example
Text Example
White with #92AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AD10; }
p { color: rgb(146,173,16); }
H1.HeaderClassName
{
color: #92AD10;
}
.AnyTagClassName
{
color: #92AD10;
}
</style>
background-color css
<style>
a { background-color: #92AD10; }
a { background-color: rgb(146,173,16); }
div.DivClassName
{
background-color: #92AD10;
}
.BgClassName
{
background-color: #92AD10;
}
</style>
border-color css
<style>
span { border-color: #92AD10; }
span { border-color: rgb(146,173,16); }
td.TdClassName
{
border-color: #92AD10;
}
.TagClassName
{
border-color: #92AD10;
}
</style>