Shades of Citrus #92C103
Tints of Citrus #92C103
RGB
CMYK
RGB Variations
Color information
#92C103 (or 0x92C103) is known color: Citrus. HEX triplet: 92, C1 and 03. RGB value is (146,193,3). Sum of RGB (Red+Green+Blue) = 146+193+3=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #92C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C103 is #6D3EFC. Grayscale: #9E9E9E. Windows color (decimal): -7159549 or 246162. OLE color: 246162.
HSL color Cylindrical-coordinate representation of color #92C103: hue angle of 74.84º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92C103 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.24 |
| HSL | 74.84º | 0.97% | 0.38% | - |
| HSV(B) | 74.84º | 0.98% | 0.76% | - |
| XYZ | 30.94 | 44.26 | 7 | - |
| YUV | 157.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 3 | 0.24 | 0 | 0.98 | 0.24 | 74.84 | 0.97 | 0.38 |
| Hex | 92 | C1 | 3 | 18 | 0 | 62 | 18 | 4B | 61 | 26 |
| Octal | 222 | 301 | 3 | 30 | 0 | 142 | 30 | 113 | 141 | 46 |
| Binary | 10010010 | 11000001 | 11 | 11000 | 0 | 1100010 | 11000 | 1001011 | 1100001 | 100110 |
Color Harmonies of #92C103
Complementary color
Monochromatic Colors of #92C103
Black with #92C103
Text Example
Text Example
White with #92C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C103; }
p { color: rgb(146,193,3); }
H1.HeaderClassName
{
color: #92C103;
}
.AnyTagClassName
{
color: #92C103;
}
</style>
background-color css
<style>
a { background-color: #92C103; }
a { background-color: rgb(146,193,3); }
div.DivClassName
{
background-color: #92C103;
}
.BgClassName
{
background-color: #92C103;
}
</style>
border-color css
<style>
span { border-color: #92C103; }
span { border-color: rgb(146,193,3); }
td.TdClassName
{
border-color: #92C103;
}
.TagClassName
{
border-color: #92C103;
}
</style>