Shades of Citrus #92BC01
Tints of Citrus #92BC01
RGB
CMYK
RGB Variations
Color information
#92BC01 (or 0x92BC01) is known color: Citrus. HEX triplet: 92, BC and 01. RGB value is (146,188,1). Sum of RGB (Red+Green+Blue) = 146+188+1=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 1 (0.78% from 255 or 0.30% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BC01 is #6D43FE. Grayscale: #9A9A9A. Windows color (decimal): -7160831 or 113810. OLE color: 113810.
HSL color Cylindrical-coordinate representation of color #92BC01: hue angle of 73.48º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92BC01 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 1 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.26 |
| HSL | 73.48º | 0.99% | 0.37% | - |
| HSV(B) | 73.48º | 0.99% | 0.74% | - |
| XYZ | 29.84 | 42.08 | 6.58 | - |
| YUV | 154.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 1 | 0.22 | 0 | 0.99 | 0.26 | 73.48 | 0.99 | 0.37 |
| Hex | 92 | BC | 1 | 16 | 0 | 63 | 1A | 49 | 63 | 25 |
| Octal | 222 | 274 | 1 | 26 | 0 | 143 | 32 | 111 | 143 | 45 |
| Binary | 10010010 | 10111100 | 1 | 10110 | 0 | 1100011 | 11010 | 1001001 | 1100011 | 100101 |
Color Harmonies of #92BC01
Complementary color
Monochromatic Colors of #92BC01
Black with #92BC01
Text Example
Text Example
White with #92BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC01; }
p { color: rgb(146,188,1); }
H1.HeaderClassName
{
color: #92BC01;
}
.AnyTagClassName
{
color: #92BC01;
}
</style>
background-color css
<style>
a { background-color: #92BC01; }
a { background-color: rgb(146,188,1); }
div.DivClassName
{
background-color: #92BC01;
}
.BgClassName
{
background-color: #92BC01;
}
</style>
border-color css
<style>
span { border-color: #92BC01; }
span { border-color: rgb(146,188,1); }
td.TdClassName
{
border-color: #92BC01;
}
.TagClassName
{
border-color: #92BC01;
}
</style>