Shades of Citrus #92C403
Tints of Citrus #92C403
RGB
CMYK
RGB Variations
Color information
#92C403 (or 0x92C403) is known color: Citrus. HEX triplet: 92, C4 and 03. RGB value is (146,196,3). Sum of RGB (Red+Green+Blue) = 146+196+3=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #92C403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C403 is #6D3BFC. Grayscale: #9F9F9F. Windows color (decimal): -7158781 or 246930. OLE color: 246930.
HSL color Cylindrical-coordinate representation of color #92C403: hue angle of 75.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92C403 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 196 | 3 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.23 |
| HSL | 75.54º | 0.97% | 0.39% | - |
| HSV(B) | 75.54º | 0.98% | 0.77% | - |
| XYZ | 31.61 | 45.6 | 7.22 | - |
| YUV | 159.05 | 39.94 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 196 | 3 | 0.26 | 0 | 0.98 | 0.23 | 75.54 | 0.97 | 0.39 |
| Hex | 92 | C4 | 3 | 1A | 0 | 62 | 17 | 4C | 61 | 27 |
| Octal | 222 | 304 | 3 | 32 | 0 | 142 | 27 | 114 | 141 | 47 |
| Binary | 10010010 | 11000100 | 11 | 11010 | 0 | 1100010 | 10111 | 1001100 | 1100001 | 100111 |
Color Harmonies of #92C403
Complementary color
Monochromatic Colors of #92C403
Black with #92C403
Text Example
Text Example
White with #92C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C403; }
p { color: rgb(146,196,3); }
H1.HeaderClassName
{
color: #92C403;
}
.AnyTagClassName
{
color: #92C403;
}
</style>
background-color css
<style>
a { background-color: #92C403; }
a { background-color: rgb(146,196,3); }
div.DivClassName
{
background-color: #92C403;
}
.BgClassName
{
background-color: #92C403;
}
</style>
border-color css
<style>
span { border-color: #92C403; }
span { border-color: rgb(146,196,3); }
td.TdClassName
{
border-color: #92C403;
}
.TagClassName
{
border-color: #92C403;
}
</style>