Shades of Citrus #92BA14
Tints of Citrus #92BA14
RGB
CMYK
RGB Variations
Color information
#92BA14 (or 0x92BA14) is known color: Citrus. HEX triplet: 92, BA and 14. RGB value is (146,186,20). Sum of RGB (Red+Green+Blue) = 146+186+20=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA14 is #6D45EB. Grayscale: #9B9B9B. Windows color (decimal): -7161324 or 1358482. OLE color: 1358482.
HSL color Cylindrical-coordinate representation of color #92BA14: hue angle of 74.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #92BA14 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 20 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.27 |
| HSL | 74.46º | 0.81% | 0.4% | - |
| HSV(B) | 74.46º | 0.89% | 0.73% | - |
| XYZ | 29.54 | 41.28 | 7.07 | - |
| YUV | 155.12 | 51.75 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 20 | 0.22 | 0 | 0.89 | 0.27 | 74.46 | 0.81 | 0.4 |
| Hex | 92 | BA | 14 | 16 | 0 | 59 | 1B | 4A | 51 | 28 |
| Octal | 222 | 272 | 24 | 26 | 0 | 131 | 33 | 112 | 121 | 50 |
| Binary | 10010010 | 10111010 | 10100 | 10110 | 0 | 1011001 | 11011 | 1001010 | 1010001 | 101000 |
Color Harmonies of #92BA14
Complementary color
Monochromatic Colors of #92BA14
Black with #92BA14
Text Example
Text Example
White with #92BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA14; }
p { color: rgb(146,186,20); }
H1.HeaderClassName
{
color: #92BA14;
}
.AnyTagClassName
{
color: #92BA14;
}
</style>
background-color css
<style>
a { background-color: #92BA14; }
a { background-color: rgb(146,186,20); }
div.DivClassName
{
background-color: #92BA14;
}
.BgClassName
{
background-color: #92BA14;
}
</style>
border-color css
<style>
span { border-color: #92BA14; }
span { border-color: rgb(146,186,20); }
td.TdClassName
{
border-color: #92BA14;
}
.TagClassName
{
border-color: #92BA14;
}
</style>