Shades of Citrus #92C001
Tints of Citrus #92C001
RGB
CMYK
RGB Variations
Color information
#92C001 (or 0x92C001) is known color: Citrus. HEX triplet: 92, C0 and 01. RGB value is (146,192,1). Sum of RGB (Red+Green+Blue) = 146+192+1=339 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.07% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #92C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C001 is #6D3FFE. Grayscale: #9D9D9D. Windows color (decimal): -7159807 or 114834. OLE color: 114834.
HSL color Cylindrical-coordinate representation of color #92C001: hue angle of 74.45º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92C001 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.25 |
| HSL | 74.45º | 0.99% | 0.38% | - |
| HSV(B) | 74.45º | 0.99% | 0.75% | - |
| XYZ | 30.71 | 43.81 | 6.87 | - |
| YUV | 156.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 1 | 0.24 | 0 | 0.99 | 0.25 | 74.45 | 0.99 | 0.38 |
| Hex | 92 | C0 | 1 | 18 | 0 | 63 | 19 | 4A | 63 | 26 |
| Octal | 222 | 300 | 1 | 30 | 0 | 143 | 31 | 112 | 143 | 46 |
| Binary | 10010010 | 11000000 | 1 | 11000 | 0 | 1100011 | 11001 | 1001010 | 1100011 | 100110 |
Color Harmonies of #92C001
Complementary color
Monochromatic Colors of #92C001
Black with #92C001
Text Example
Text Example
White with #92C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C001; }
p { color: rgb(146,192,1); }
H1.HeaderClassName
{
color: #92C001;
}
.AnyTagClassName
{
color: #92C001;
}
</style>
background-color css
<style>
a { background-color: #92C001; }
a { background-color: rgb(146,192,1); }
div.DivClassName
{
background-color: #92C001;
}
.BgClassName
{
background-color: #92C001;
}
</style>
border-color css
<style>
span { border-color: #92C001; }
span { border-color: rgb(146,192,1); }
td.TdClassName
{
border-color: #92C001;
}
.TagClassName
{
border-color: #92C001;
}
</style>