Shades of Citrus #92BB0F
Tints of Citrus #92BB0F
RGB
CMYK
RGB Variations
Color information
#92BB0F (or 0x92BB0F) is known color: Citrus. HEX triplet: 92, BB and 0F. RGB value is (146,187,15). Sum of RGB (Red+Green+Blue) = 146+187+15=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 187 (73.44% from 255 or 53.74% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BB0F is #6D44F0. Grayscale: #9B9B9B. Windows color (decimal): -7161073 or 1031058. OLE color: 1031058.
HSL color Cylindrical-coordinate representation of color #92BB0F: hue angle of 74.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92BB0F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.27 |
| HSL | 74.3º | 0.85% | 0.4% | - |
| HSV(B) | 74.3º | 0.92% | 0.73% | - |
| XYZ | 29.71 | 41.69 | 6.93 | - |
| YUV | 155.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 15 | 0.22 | 0 | 0.92 | 0.27 | 74.3 | 0.85 | 0.4 |
| Hex | 92 | BB | F | 16 | 0 | 5C | 1B | 4A | 55 | 28 |
| Octal | 222 | 273 | 17 | 26 | 0 | 134 | 33 | 112 | 125 | 50 |
| Binary | 10010010 | 10111011 | 1111 | 10110 | 0 | 1011100 | 11011 | 1001010 | 1010101 | 101000 |
Color Harmonies of #92BB0F
Complementary color
Monochromatic Colors of #92BB0F
Black with #92BB0F
Text Example
Text Example
White with #92BB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB0F; }
p { color: rgb(146,187,15); }
H1.HeaderClassName
{
color: #92BB0F;
}
.AnyTagClassName
{
color: #92BB0F;
}
</style>
background-color css
<style>
a { background-color: #92BB0F; }
a { background-color: rgb(146,187,15); }
div.DivClassName
{
background-color: #92BB0F;
}
.BgClassName
{
background-color: #92BB0F;
}
</style>
border-color css
<style>
span { border-color: #92BB0F; }
span { border-color: rgb(146,187,15); }
td.TdClassName
{
border-color: #92BB0F;
}
.TagClassName
{
border-color: #92BB0F;
}
</style>