Shades of Citron #92A714
Tints of Citron #92A714
RGB
CMYK
RGB Variations
Color information
#92A714 (or 0x92A714) is known color: Citron. HEX triplet: 92, A7 and 14. RGB value is (146,167,20). Sum of RGB (Red+Green+Blue) = 146+167+20=333 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.84% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #92A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92A714 is #6D58EB. Grayscale: #909090. Windows color (decimal): -7166188 or 1353618. OLE color: 1353618.
HSL color Cylindrical-coordinate representation of color #92A714: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92A714 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 167 | 20 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.35 |
| HSL | 68.57º | 0.79% | 0.37% | - |
| HSV(B) | 68.57º | 0.88% | 0.65% | - |
| XYZ | 25.8 | 33.8 | 5.83 | - |
| YUV | 143.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 167 | 20 | 0.13 | 0 | 0.88 | 0.35 | 68.57 | 0.79 | 0.37 |
| Hex | 92 | A7 | 14 | D | 0 | 58 | 23 | 45 | 4F | 25 |
| Octal | 222 | 247 | 24 | 15 | 0 | 130 | 43 | 105 | 117 | 45 |
| Binary | 10010010 | 10100111 | 10100 | 1101 | 0 | 1011000 | 100011 | 1000101 | 1001111 | 100101 |
Color Harmonies of #92A714
Complementary color
Monochromatic Colors of #92A714
Black with #92A714
Text Example
Text Example
White with #92A714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A714; }
p { color: rgb(146,167,20); }
H1.HeaderClassName
{
color: #92A714;
}
.AnyTagClassName
{
color: #92A714;
}
</style>
background-color css
<style>
a { background-color: #92A714; }
a { background-color: rgb(146,167,20); }
div.DivClassName
{
background-color: #92A714;
}
.BgClassName
{
background-color: #92A714;
}
</style>
border-color css
<style>
span { border-color: #92A714; }
span { border-color: rgb(146,167,20); }
td.TdClassName
{
border-color: #92A714;
}
.TagClassName
{
border-color: #92A714;
}
</style>