Shades of Citrus #92BC18
Tints of Citrus #92BC18
RGB
CMYK
RGB Variations
Color information
#92BC18 (or 0x92BC18) is known color: Citrus. HEX triplet: 92, BC and 18. RGB value is (146,188,24). Sum of RGB (Red+Green+Blue) = 146+188+24=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BC18 is #6D43E7. Grayscale: #9D9D9D. Windows color (decimal): -7160808 or 1621138. OLE color: 1621138.
HSL color Cylindrical-coordinate representation of color #92BC18: hue angle of 75.37º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92BC18 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 188 | 24 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.26 |
| HSL | 75.37º | 0.77% | 0.42% | - |
| HSV(B) | 75.37º | 0.87% | 0.74% | - |
| XYZ | 30 | 42.14 | 7.42 | - |
| YUV | 156.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 188 | 24 | 0.22 | 0 | 0.87 | 0.26 | 75.37 | 0.77 | 0.42 |
| Hex | 92 | BC | 18 | 16 | 0 | 57 | 1A | 4B | 4D | 2A |
| Octal | 222 | 274 | 30 | 26 | 0 | 127 | 32 | 113 | 115 | 52 |
| Binary | 10010010 | 10111100 | 11000 | 10110 | 0 | 1010111 | 11010 | 1001011 | 1001101 | 101010 |
Color Harmonies of #92BC18
Complementary color
Monochromatic Colors of #92BC18
Black with #92BC18
Text Example
Text Example
White with #92BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BC18; }
p { color: rgb(146,188,24); }
H1.HeaderClassName
{
color: #92BC18;
}
.AnyTagClassName
{
color: #92BC18;
}
</style>
background-color css
<style>
a { background-color: #92BC18; }
a { background-color: rgb(146,188,24); }
div.DivClassName
{
background-color: #92BC18;
}
.BgClassName
{
background-color: #92BC18;
}
</style>
border-color css
<style>
span { border-color: #92BC18; }
span { border-color: rgb(146,188,24); }
td.TdClassName
{
border-color: #92BC18;
}
.TagClassName
{
border-color: #92BC18;
}
</style>