Shades of Citrus #92C501
Tints of Citrus #92C501
RGB
CMYK
RGB Variations
Color information
#92C501 (or 0x92C501) is known color: Citrus. HEX triplet: 92, C5 and 01. RGB value is (146,197,1). Sum of RGB (Red+Green+Blue) = 146+197+1=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #92C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C501 is #6D3AFE. Grayscale: #A0A0A0. Windows color (decimal): -7158527 or 116114. OLE color: 116114.
HSL color Cylindrical-coordinate representation of color #92C501: hue angle of 75.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92C501 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.23 |
| HSL | 75.61º | 0.99% | 0.39% | - |
| HSV(B) | 75.61º | 0.99% | 0.77% | - |
| XYZ | 31.83 | 46.05 | 7.24 | - |
| YUV | 159.41 | 38.6 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 1 | 0.26 | 0 | 0.99 | 0.23 | 75.61 | 0.99 | 0.39 |
| Hex | 92 | C5 | 1 | 1A | 0 | 63 | 17 | 4C | 63 | 27 |
| Octal | 222 | 305 | 1 | 32 | 0 | 143 | 27 | 114 | 143 | 47 |
| Binary | 10010010 | 11000101 | 1 | 11010 | 0 | 1100011 | 10111 | 1001100 | 1100011 | 100111 |
Color Harmonies of #92C501
Complementary color
Monochromatic Colors of #92C501
Black with #92C501
Text Example
Text Example
White with #92C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C501; }
p { color: rgb(146,197,1); }
H1.HeaderClassName
{
color: #92C501;
}
.AnyTagClassName
{
color: #92C501;
}
</style>
background-color css
<style>
a { background-color: #92C501; }
a { background-color: rgb(146,197,1); }
div.DivClassName
{
background-color: #92C501;
}
.BgClassName
{
background-color: #92C501;
}
</style>
border-color css
<style>
span { border-color: #92C501; }
span { border-color: rgb(146,197,1); }
td.TdClassName
{
border-color: #92C501;
}
.TagClassName
{
border-color: #92C501;
}
</style>