Shades of Citrus #92BB12
Tints of Citrus #92BB12
RGB
CMYK
RGB Variations
Color information
#92BB12 (or 0x92BB12) is known color: Citrus. HEX triplet: 92, BB and 12. RGB value is (146,187,18). Sum of RGB (Red+Green+Blue) = 146+187+18=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 187 (73.44% from 255 or 53.28% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BB12 is #6D44ED. Grayscale: #9C9C9C. Windows color (decimal): -7161070 or 1227666. OLE color: 1227666.
HSL color Cylindrical-coordinate representation of color #92BB12: hue angle of 74.56º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92BB12 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 18 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.27 |
| HSL | 74.56º | 0.82% | 0.4% | - |
| HSV(B) | 74.56º | 0.9% | 0.73% | - |
| XYZ | 29.73 | 41.7 | 7.05 | - |
| YUV | 155.48 | 50.42 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 18 | 0.22 | 0 | 0.90 | 0.27 | 74.56 | 0.82 | 0.4 |
| Hex | 92 | BB | 12 | 16 | 0 | 5A | 1B | 4B | 52 | 28 |
| Octal | 222 | 273 | 22 | 26 | 0 | 132 | 33 | 113 | 122 | 50 |
| Binary | 10010010 | 10111011 | 10010 | 10110 | 0 | 1011010 | 11011 | 1001011 | 1010010 | 101000 |
Color Harmonies of #92BB12
Complementary color
Monochromatic Colors of #92BB12
Black with #92BB12
Text Example
Text Example
White with #92BB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB12; }
p { color: rgb(146,187,18); }
H1.HeaderClassName
{
color: #92BB12;
}
.AnyTagClassName
{
color: #92BB12;
}
</style>
background-color css
<style>
a { background-color: #92BB12; }
a { background-color: rgb(146,187,18); }
div.DivClassName
{
background-color: #92BB12;
}
.BgClassName
{
background-color: #92BB12;
}
</style>
border-color css
<style>
span { border-color: #92BB12; }
span { border-color: rgb(146,187,18); }
td.TdClassName
{
border-color: #92BB12;
}
.TagClassName
{
border-color: #92BB12;
}
</style>