Shades of Citrus #92C612
Tints of Citrus #92C612
RGB
CMYK
RGB Variations
Color information
#92C612 (or 0x92C612) is known color: Citrus. HEX triplet: 92, C6 and 12. RGB value is (146,198,18). Sum of RGB (Red+Green+Blue) = 146+198+18=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #92C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C612 is #6D39ED. Grayscale: #A2A2A2. Windows color (decimal): -7158254 or 1230482. OLE color: 1230482.
HSL color Cylindrical-coordinate representation of color #92C612: hue angle of 77.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92C612 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.22 |
| HSL | 77.33º | 0.83% | 0.42% | - |
| HSV(B) | 77.33º | 0.91% | 0.78% | - |
| XYZ | 32.16 | 46.54 | 7.86 | - |
| YUV | 161.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 18 | 0.26 | 0 | 0.91 | 0.22 | 77.33 | 0.83 | 0.42 |
| Hex | 92 | C6 | 12 | 1A | 0 | 5B | 16 | 4D | 53 | 2A |
| Octal | 222 | 306 | 22 | 32 | 0 | 133 | 26 | 115 | 123 | 52 |
| Binary | 10010010 | 11000110 | 10010 | 11010 | 0 | 1011011 | 10110 | 1001101 | 1010011 | 101010 |
Color Harmonies of #92C612
Complementary color
Monochromatic Colors of #92C612
Black with #92C612
Text Example
Text Example
White with #92C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C612; }
p { color: rgb(146,198,18); }
H1.HeaderClassName
{
color: #92C612;
}
.AnyTagClassName
{
color: #92C612;
}
</style>
background-color css
<style>
a { background-color: #92C612; }
a { background-color: rgb(146,198,18); }
div.DivClassName
{
background-color: #92C612;
}
.BgClassName
{
background-color: #92C612;
}
</style>
border-color css
<style>
span { border-color: #92C612; }
span { border-color: rgb(146,198,18); }
td.TdClassName
{
border-color: #92C612;
}
.TagClassName
{
border-color: #92C612;
}
</style>