Shades of Citron #92A41F
Tints of Citron #92A41F
RGB
CMYK
RGB Variations
Color information
#92A41F (or 0x92A41F) is known color: Citron. HEX triplet: 92, A4 and 1F. RGB value is (146,164,31). Sum of RGB (Red+Green+Blue) = 146+164+31=341 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.82% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #92A41F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92A41F is #6D5BE0. Grayscale: #8F8F8F. Windows color (decimal): -7166945 or 2073746. OLE color: 2073746.
HSL color Cylindrical-coordinate representation of color #92A41F: hue angle of 68.12º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #92A41F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 31 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.36 |
| HSL | 68.12º | 0.68% | 0.38% | - |
| HSV(B) | 68.12º | 0.81% | 0.64% | - |
| XYZ | 25.38 | 32.76 | 6.28 | - |
| YUV | 143.46 | 64.54 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 31 | 0.11 | 0 | 0.81 | 0.36 | 68.12 | 0.68 | 0.38 |
| Hex | 92 | A4 | 1F | B | 0 | 51 | 24 | 44 | 44 | 26 |
| Octal | 222 | 244 | 37 | 13 | 0 | 121 | 44 | 104 | 104 | 46 |
| Binary | 10010010 | 10100100 | 11111 | 1011 | 0 | 1010001 | 100100 | 1000100 | 1000100 | 100110 |
Color Harmonies of #92A41F
Complementary color
Monochromatic Colors of #92A41F
Black with #92A41F
Text Example
Text Example
White with #92A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A41F; }
p { color: rgb(146,164,31); }
H1.HeaderClassName
{
color: #92A41F;
}
.AnyTagClassName
{
color: #92A41F;
}
</style>
background-color css
<style>
a { background-color: #92A41F; }
a { background-color: rgb(146,164,31); }
div.DivClassName
{
background-color: #92A41F;
}
.BgClassName
{
background-color: #92A41F;
}
</style>
border-color css
<style>
span { border-color: #92A41F; }
span { border-color: rgb(146,164,31); }
td.TdClassName
{
border-color: #92A41F;
}
.TagClassName
{
border-color: #92A41F;
}
</style>