Shades of Citrus #92BA11
Tints of Citrus #92BA11
RGB
CMYK
RGB Variations
Color information
#92BA11 (or 0x92BA11) is known color: Citrus. HEX triplet: 92, BA and 11. RGB value is (146,186,17). Sum of RGB (Red+Green+Blue) = 146+186+17=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA11 is #6D45EE. Grayscale: #9B9B9B. Windows color (decimal): -7161327 or 1161874. OLE color: 1161874.
HSL color Cylindrical-coordinate representation of color #92BA11: hue angle of 74.2º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92BA11 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 17 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.27 |
| HSL | 74.2º | 0.83% | 0.4% | - |
| HSV(B) | 74.2º | 0.91% | 0.73% | - |
| XYZ | 29.51 | 41.27 | 6.94 | - |
| YUV | 154.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 17 | 0.22 | 0 | 0.91 | 0.27 | 74.2 | 0.83 | 0.4 |
| Hex | 92 | BA | 11 | 16 | 0 | 5B | 1B | 4A | 53 | 28 |
| Octal | 222 | 272 | 21 | 26 | 0 | 133 | 33 | 112 | 123 | 50 |
| Binary | 10010010 | 10111010 | 10001 | 10110 | 0 | 1011011 | 11011 | 1001010 | 1010011 | 101000 |
Color Harmonies of #92BA11
Complementary color
Monochromatic Colors of #92BA11
Black with #92BA11
Text Example
Text Example
White with #92BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA11; }
p { color: rgb(146,186,17); }
H1.HeaderClassName
{
color: #92BA11;
}
.AnyTagClassName
{
color: #92BA11;
}
</style>
background-color css
<style>
a { background-color: #92BA11; }
a { background-color: rgb(146,186,17); }
div.DivClassName
{
background-color: #92BA11;
}
.BgClassName
{
background-color: #92BA11;
}
</style>
border-color css
<style>
span { border-color: #92BA11; }
span { border-color: rgb(146,186,17); }
td.TdClassName
{
border-color: #92BA11;
}
.TagClassName
{
border-color: #92BA11;
}
</style>