Shades of Citrus #92BA0F
Tints of Citrus #92BA0F
RGB
CMYK
RGB Variations
Color information
#92BA0F (or 0x92BA0F) is known color: Citrus. HEX triplet: 92, BA and 0F. RGB value is (146,186,15). Sum of RGB (Red+Green+Blue) = 146+186+15=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA0F is #6D45F0. Grayscale: #9B9B9B. Windows color (decimal): -7161329 or 1030802. OLE color: 1030802.
HSL color Cylindrical-coordinate representation of color #92BA0F: hue angle of 74.04º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92BA0F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.27 |
| HSL | 74.04º | 0.85% | 0.39% | - |
| HSV(B) | 74.04º | 0.92% | 0.73% | - |
| XYZ | 29.5 | 41.26 | 6.86 | - |
| YUV | 154.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 15 | 0.22 | 0 | 0.92 | 0.27 | 74.04 | 0.85 | 0.39 |
| Hex | 92 | BA | F | 16 | 0 | 5C | 1B | 4A | 55 | 27 |
| Octal | 222 | 272 | 17 | 26 | 0 | 134 | 33 | 112 | 125 | 47 |
| Binary | 10010010 | 10111010 | 1111 | 10110 | 0 | 1011100 | 11011 | 1001010 | 1010101 | 100111 |
Color Harmonies of #92BA0F
Complementary color
Monochromatic Colors of #92BA0F
Black with #92BA0F
Text Example
Text Example
White with #92BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA0F; }
p { color: rgb(146,186,15); }
H1.HeaderClassName
{
color: #92BA0F;
}
.AnyTagClassName
{
color: #92BA0F;
}
</style>
background-color css
<style>
a { background-color: #92BA0F; }
a { background-color: rgb(146,186,15); }
div.DivClassName
{
background-color: #92BA0F;
}
.BgClassName
{
background-color: #92BA0F;
}
</style>
border-color css
<style>
span { border-color: #92BA0F; }
span { border-color: rgb(146,186,15); }
td.TdClassName
{
border-color: #92BA0F;
}
.TagClassName
{
border-color: #92BA0F;
}
</style>