Shades of Citrus #92C202
Tints of Citrus #92C202
RGB
CMYK
RGB Variations
Color information
#92C202 (or 0x92C202) is known color: Citrus. HEX triplet: 92, C2 and 02. RGB value is (146,194,2). Sum of RGB (Red+Green+Blue) = 146+194+2=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #92C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C202 is #6D3DFD. Grayscale: #9E9E9E. Windows color (decimal): -7159294 or 180882. OLE color: 180882.
HSL color Cylindrical-coordinate representation of color #92C202: hue angle of 75º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92C202 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.24 |
| HSL | 75º | 0.98% | 0.38% | - |
| HSV(B) | 75º | 0.99% | 0.76% | - |
| XYZ | 31.16 | 44.7 | 7.04 | - |
| YUV | 157.76 | 40.1 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 2 | 0.25 | 0 | 0.99 | 0.24 | 75 | 0.98 | 0.38 |
| Hex | 92 | C2 | 2 | 19 | 0 | 63 | 18 | 4B | 62 | 26 |
| Octal | 222 | 302 | 2 | 31 | 0 | 143 | 30 | 113 | 142 | 46 |
| Binary | 10010010 | 11000010 | 10 | 11001 | 0 | 1100011 | 11000 | 1001011 | 1100010 | 100110 |
Color Harmonies of #92C202
Complementary color
Monochromatic Colors of #92C202
Black with #92C202
Text Example
Text Example
White with #92C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C202; }
p { color: rgb(146,194,2); }
H1.HeaderClassName
{
color: #92C202;
}
.AnyTagClassName
{
color: #92C202;
}
</style>
background-color css
<style>
a { background-color: #92C202; }
a { background-color: rgb(146,194,2); }
div.DivClassName
{
background-color: #92C202;
}
.BgClassName
{
background-color: #92C202;
}
</style>
border-color css
<style>
span { border-color: #92C202; }
span { border-color: rgb(146,194,2); }
td.TdClassName
{
border-color: #92C202;
}
.TagClassName
{
border-color: #92C202;
}
</style>