Shades of Citrus #92C502
Tints of Citrus #92C502
RGB
CMYK
RGB Variations
Color information
#92C502 (or 0x92C502) is known color: Citrus. HEX triplet: 92, C5 and 02. RGB value is (146,197,2). Sum of RGB (Red+Green+Blue) = 146+197+2=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #92C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C502 is #6D3AFD. Grayscale: #A0A0A0. Windows color (decimal): -7158526 or 181650. OLE color: 181650.
HSL color Cylindrical-coordinate representation of color #92C502: hue angle of 75.69º degrees, saturation: 0.98, 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 #92C502 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.23 |
| HSL | 75.69º | 0.98% | 0.39% | - |
| HSV(B) | 75.69º | 0.99% | 0.77% | - |
| XYZ | 31.83 | 46.05 | 7.27 | - |
| YUV | 159.52 | 39.1 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 2 | 0.26 | 0 | 0.99 | 0.23 | 75.69 | 0.98 | 0.39 |
| Hex | 92 | C5 | 2 | 1A | 0 | 63 | 17 | 4C | 62 | 27 |
| Octal | 222 | 305 | 2 | 32 | 0 | 143 | 27 | 114 | 142 | 47 |
| Binary | 10010010 | 11000101 | 10 | 11010 | 0 | 1100011 | 10111 | 1001100 | 1100010 | 100111 |
Color Harmonies of #92C502
Complementary color
Monochromatic Colors of #92C502
Black with #92C502
Text Example
Text Example
White with #92C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C502; }
p { color: rgb(146,197,2); }
H1.HeaderClassName
{
color: #92C502;
}
.AnyTagClassName
{
color: #92C502;
}
</style>
background-color css
<style>
a { background-color: #92C502; }
a { background-color: rgb(146,197,2); }
div.DivClassName
{
background-color: #92C502;
}
.BgClassName
{
background-color: #92C502;
}
</style>
border-color css
<style>
span { border-color: #92C502; }
span { border-color: rgb(146,197,2); }
td.TdClassName
{
border-color: #92C502;
}
.TagClassName
{
border-color: #92C502;
}
</style>