Shades of Citrus #92BB01
Tints of Citrus #92BB01
RGB
CMYK
RGB Variations
Color information
#92BB01 (or 0x92BB01) is known color: Citrus. HEX triplet: 92, BB and 01. RGB value is (146,187,1). Sum of RGB (Red+Green+Blue) = 146+187+1=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #92BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BB01 is #6D44FE. Grayscale: #9A9A9A. Windows color (decimal): -7161087 or 113554. OLE color: 113554.
HSL color Cylindrical-coordinate representation of color #92BB01: hue angle of 73.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92BB01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 187 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.27 |
| HSL | 73.23º | 0.99% | 0.37% | - |
| HSV(B) | 73.23º | 0.99% | 0.73% | - |
| XYZ | 29.63 | 41.65 | 6.51 | - |
| YUV | 153.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 187 | 1 | 0.22 | 0 | 0.99 | 0.27 | 73.23 | 0.99 | 0.37 |
| Hex | 92 | BB | 1 | 16 | 0 | 63 | 1B | 49 | 63 | 25 |
| Octal | 222 | 273 | 1 | 26 | 0 | 143 | 33 | 111 | 143 | 45 |
| Binary | 10010010 | 10111011 | 1 | 10110 | 0 | 1100011 | 11011 | 1001001 | 1100011 | 100101 |
Color Harmonies of #92BB01
Complementary color
Monochromatic Colors of #92BB01
Black with #92BB01
Text Example
Text Example
White with #92BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BB01; }
p { color: rgb(146,187,1); }
H1.HeaderClassName
{
color: #92BB01;
}
.AnyTagClassName
{
color: #92BB01;
}
</style>
background-color css
<style>
a { background-color: #92BB01; }
a { background-color: rgb(146,187,1); }
div.DivClassName
{
background-color: #92BB01;
}
.BgClassName
{
background-color: #92BB01;
}
</style>
border-color css
<style>
span { border-color: #92BB01; }
span { border-color: rgb(146,187,1); }
td.TdClassName
{
border-color: #92BB01;
}
.TagClassName
{
border-color: #92BB01;
}
</style>