Shades of Citrus #92C30B
Tints of Citrus #92C30B
RGB
CMYK
RGB Variations
Color information
#92C30B (or 0x92C30B) is known color: Citrus. HEX triplet: 92, C3 and 0B. RGB value is (146,195,11). Sum of RGB (Red+Green+Blue) = 146+195+11=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #92C30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C30B is #6D3CF4. Grayscale: #A0A0A0. Windows color (decimal): -7159029 or 770962. OLE color: 770962.
HSL color Cylindrical-coordinate representation of color #92C30B: hue angle of 75.98º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92C30B is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 11 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.24 |
| HSL | 75.98º | 0.89% | 0.4% | - |
| HSV(B) | 75.98º | 0.94% | 0.76% | - |
| XYZ | 31.43 | 45.17 | 7.38 | - |
| YUV | 159.37 | 44.27 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 11 | 0.25 | 0 | 0.94 | 0.24 | 75.98 | 0.89 | 0.4 |
| Hex | 92 | C3 | B | 19 | 0 | 5E | 18 | 4C | 59 | 28 |
| Octal | 222 | 303 | 13 | 31 | 0 | 136 | 30 | 114 | 131 | 50 |
| Binary | 10010010 | 11000011 | 1011 | 11001 | 0 | 1011110 | 11000 | 1001100 | 1011001 | 101000 |
Color Harmonies of #92C30B
Complementary color
Monochromatic Colors of #92C30B
Black with #92C30B
Text Example
Text Example
White with #92C30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C30B; }
p { color: rgb(146,195,11); }
H1.HeaderClassName
{
color: #92C30B;
}
.AnyTagClassName
{
color: #92C30B;
}
</style>
background-color css
<style>
a { background-color: #92C30B; }
a { background-color: rgb(146,195,11); }
div.DivClassName
{
background-color: #92C30B;
}
.BgClassName
{
background-color: #92C30B;
}
</style>
border-color css
<style>
span { border-color: #92C30B; }
span { border-color: rgb(146,195,11); }
td.TdClassName
{
border-color: #92C30B;
}
.TagClassName
{
border-color: #92C30B;
}
</style>