Shades of Citrus #92C310
Tints of Citrus #92C310
RGB
CMYK
RGB Variations
Color information
#92C310 (or 0x92C310) is known color: Citrus. HEX triplet: 92, C3 and 10. RGB value is (146,195,16). Sum of RGB (Red+Green+Blue) = 146+195+16=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #92C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C310 is #6D3CEF. Grayscale: #A0A0A0. Windows color (decimal): -7159024 or 1098642. OLE color: 1098642.
HSL color Cylindrical-coordinate representation of color #92C310: hue angle of 76.42º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92C310 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 16 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.24 |
| HSL | 76.42º | 0.85% | 0.41% | - |
| HSV(B) | 76.42º | 0.92% | 0.76% | - |
| XYZ | 31.46 | 45.18 | 7.55 | - |
| YUV | 159.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 16 | 0.25 | 0 | 0.92 | 0.24 | 76.42 | 0.85 | 0.41 |
| Hex | 92 | C3 | 10 | 19 | 0 | 5C | 18 | 4C | 55 | 29 |
| Octal | 222 | 303 | 20 | 31 | 0 | 134 | 30 | 114 | 125 | 51 |
| Binary | 10010010 | 11000011 | 10000 | 11001 | 0 | 1011100 | 11000 | 1001100 | 1010101 | 101001 |
Color Harmonies of #92C310
Complementary color
Monochromatic Colors of #92C310
Black with #92C310
Text Example
Text Example
White with #92C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C310; }
p { color: rgb(146,195,16); }
H1.HeaderClassName
{
color: #92C310;
}
.AnyTagClassName
{
color: #92C310;
}
</style>
background-color css
<style>
a { background-color: #92C310; }
a { background-color: rgb(146,195,16); }
div.DivClassName
{
background-color: #92C310;
}
.BgClassName
{
background-color: #92C310;
}
</style>
border-color css
<style>
span { border-color: #92C310; }
span { border-color: rgb(146,195,16); }
td.TdClassName
{
border-color: #92C310;
}
.TagClassName
{
border-color: #92C310;
}
</style>