Shades of Citrus #92C217
Tints of Citrus #92C217
RGB
CMYK
RGB Variations
Color information
#92C217 (or 0x92C217) is known color: Citrus. HEX triplet: 92, C2 and 17. RGB value is (146,194,23). Sum of RGB (Red+Green+Blue) = 146+194+23=363 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.22% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #92C217 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C217 is #6D3DE8. Grayscale: #A0A0A0. Windows color (decimal): -7159273 or 1557138. OLE color: 1557138.
HSL color Cylindrical-coordinate representation of color #92C217: hue angle of 76.84º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92C217 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 23 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.24 |
| HSL | 76.84º | 0.79% | 0.43% | - |
| HSV(B) | 76.84º | 0.88% | 0.76% | - |
| XYZ | 31.3 | 44.76 | 7.8 | - |
| YUV | 160.15 | 50.6 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 23 | 0.25 | 0 | 0.88 | 0.24 | 76.84 | 0.79 | 0.43 |
| Hex | 92 | C2 | 17 | 19 | 0 | 58 | 18 | 4D | 4F | 2B |
| Octal | 222 | 302 | 27 | 31 | 0 | 130 | 30 | 115 | 117 | 53 |
| Binary | 10010010 | 11000010 | 10111 | 11001 | 0 | 1011000 | 11000 | 1001101 | 1001111 | 101011 |
Color Harmonies of #92C217
Complementary color
Monochromatic Colors of #92C217
Black with #92C217
Text Example
Text Example
White with #92C217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C217; }
p { color: rgb(146,194,23); }
H1.HeaderClassName
{
color: #92C217;
}
.AnyTagClassName
{
color: #92C217;
}
</style>
background-color css
<style>
a { background-color: #92C217; }
a { background-color: rgb(146,194,23); }
div.DivClassName
{
background-color: #92C217;
}
.BgClassName
{
background-color: #92C217;
}
</style>
border-color css
<style>
span { border-color: #92C217; }
span { border-color: rgb(146,194,23); }
td.TdClassName
{
border-color: #92C217;
}
.TagClassName
{
border-color: #92C217;
}
</style>