Shades of Citron #92A511
Tints of Citron #92A511
RGB
CMYK
RGB Variations
Color information
#92A511 (or 0x92A511) is known color: Citron. HEX triplet: 92, A5 and 11. RGB value is (146,165,17). Sum of RGB (Red+Green+Blue) = 146+165+17=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #92A511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A511 is #6D5AEE. Grayscale: #8F8F8F. Windows color (decimal): -7166703 or 1156498. OLE color: 1156498.
HSL color Cylindrical-coordinate representation of color #92A511: hue angle of 67.7º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92A511 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 165 | 17 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.35 |
| HSL | 67.7º | 0.81% | 0.36% | - |
| HSV(B) | 67.7º | 0.9% | 0.65% | - |
| XYZ | 25.41 | 33.06 | 5.57 | - |
| YUV | 142.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 17 | 0.12 | 0 | 0.90 | 0.35 | 67.7 | 0.81 | 0.36 |
| Hex | 92 | A5 | 11 | C | 0 | 5A | 23 | 44 | 51 | 24 |
| Octal | 222 | 245 | 21 | 14 | 0 | 132 | 43 | 104 | 121 | 44 |
| Binary | 10010010 | 10100101 | 10001 | 1100 | 0 | 1011010 | 100011 | 1000100 | 1010001 | 100100 |
Color Harmonies of #92A511
Complementary color
Monochromatic Colors of #92A511
Black with #92A511
Text Example
Text Example
White with #92A511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A511; }
p { color: rgb(146,165,17); }
H1.HeaderClassName
{
color: #92A511;
}
.AnyTagClassName
{
color: #92A511;
}
</style>
background-color css
<style>
a { background-color: #92A511; }
a { background-color: rgb(146,165,17); }
div.DivClassName
{
background-color: #92A511;
}
.BgClassName
{
background-color: #92A511;
}
</style>
border-color css
<style>
span { border-color: #92A511; }
span { border-color: rgb(146,165,17); }
td.TdClassName
{
border-color: #92A511;
}
.TagClassName
{
border-color: #92A511;
}
</style>