Shades of Citrus #92C111
Tints of Citrus #92C111
RGB
CMYK
RGB Variations
Color information
#92C111 (or 0x92C111) is known color: Citrus. HEX triplet: 92, C1 and 11. RGB value is (146,193,17). Sum of RGB (Red+Green+Blue) = 146+193+17=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #92C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C111 is #6D3EEE. Grayscale: #9F9F9F. Windows color (decimal): -7159535 or 1163666. OLE color: 1163666.
HSL color Cylindrical-coordinate representation of color #92C111: hue angle of 76.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92C111 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 17 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.24 |
| HSL | 76.02º | 0.84% | 0.41% | - |
| HSV(B) | 76.02º | 0.91% | 0.76% | - |
| XYZ | 31.03 | 44.29 | 7.44 | - |
| YUV | 158.88 | 47.93 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 17 | 0.24 | 0 | 0.91 | 0.24 | 76.02 | 0.84 | 0.41 |
| Hex | 92 | C1 | 11 | 18 | 0 | 5B | 18 | 4C | 54 | 29 |
| Octal | 222 | 301 | 21 | 30 | 0 | 133 | 30 | 114 | 124 | 51 |
| Binary | 10010010 | 11000001 | 10001 | 11000 | 0 | 1011011 | 11000 | 1001100 | 1010100 | 101001 |
Color Harmonies of #92C111
Complementary color
Monochromatic Colors of #92C111
Black with #92C111
Text Example
Text Example
White with #92C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C111; }
p { color: rgb(146,193,17); }
H1.HeaderClassName
{
color: #92C111;
}
.AnyTagClassName
{
color: #92C111;
}
</style>
background-color css
<style>
a { background-color: #92C111; }
a { background-color: rgb(146,193,17); }
div.DivClassName
{
background-color: #92C111;
}
.BgClassName
{
background-color: #92C111;
}
</style>
border-color css
<style>
span { border-color: #92C111; }
span { border-color: rgb(146,193,17); }
td.TdClassName
{
border-color: #92C111;
}
.TagClassName
{
border-color: #92C111;
}
</style>