Shades of Citrus #92C80B
Tints of Citrus #92C80B
RGB
CMYK
RGB Variations
Color information
#92C80B (or 0x92C80B) is known color: Citrus. HEX triplet: 92, C8 and 0B. RGB value is (146,200,11). Sum of RGB (Red+Green+Blue) = 146+200+11=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #92C80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C80B is #6D37F4. Grayscale: #A3A3A3. Windows color (decimal): -7157749 or 772242. OLE color: 772242.
HSL color Cylindrical-coordinate representation of color #92C80B: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92C80B is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 200 | 11 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.22 |
| HSL | 77.14º | 0.9% | 0.41% | - |
| HSV(B) | 77.14º | 0.95% | 0.78% | - |
| XYZ | 32.57 | 47.44 | 7.76 | - |
| YUV | 162.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 200 | 11 | 0.27 | 0 | 0.94 | 0.22 | 77.14 | 0.9 | 0.41 |
| Hex | 92 | C8 | B | 1B | 0 | 5E | 16 | 4D | 5A | 29 |
| Octal | 222 | 310 | 13 | 33 | 0 | 136 | 26 | 115 | 132 | 51 |
| Binary | 10010010 | 11001000 | 1011 | 11011 | 0 | 1011110 | 10110 | 1001101 | 1011010 | 101001 |
Color Harmonies of #92C80B
Complementary color
Monochromatic Colors of #92C80B
Black with #92C80B
Text Example
Text Example
White with #92C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C80B; }
p { color: rgb(146,200,11); }
H1.HeaderClassName
{
color: #92C80B;
}
.AnyTagClassName
{
color: #92C80B;
}
</style>
background-color css
<style>
a { background-color: #92C80B; }
a { background-color: rgb(146,200,11); }
div.DivClassName
{
background-color: #92C80B;
}
.BgClassName
{
background-color: #92C80B;
}
</style>
border-color css
<style>
span { border-color: #92C80B; }
span { border-color: rgb(146,200,11); }
td.TdClassName
{
border-color: #92C80B;
}
.TagClassName
{
border-color: #92C80B;
}
</style>