Shades of Citrus #92B510
Tints of Citrus #92B510
RGB
CMYK
RGB Variations
Color information
#92B510 (or 0x92B510) is known color: Citrus. HEX triplet: 92, B5 and 10. RGB value is (146,181,16). Sum of RGB (Red+Green+Blue) = 146+181+16=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #92B510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92B510 is #6D4AEF. Grayscale: #989898. Windows color (decimal): -7162608 or 1095058. OLE color: 1095058.
HSL color Cylindrical-coordinate representation of color #92B510: hue angle of 72.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #92B510 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 16 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.29 |
| HSL | 72.73º | 0.84% | 0.39% | - |
| HSV(B) | 72.73º | 0.91% | 0.71% | - |
| XYZ | 28.47 | 39.2 | 6.56 | - |
| YUV | 151.73 | 51.4 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 16 | 0.19 | 0 | 0.91 | 0.29 | 72.73 | 0.84 | 0.39 |
| Hex | 92 | B5 | 10 | 13 | 0 | 5B | 1D | 49 | 54 | 27 |
| Octal | 222 | 265 | 20 | 23 | 0 | 133 | 35 | 111 | 124 | 47 |
| Binary | 10010010 | 10110101 | 10000 | 10011 | 0 | 1011011 | 11101 | 1001001 | 1010100 | 100111 |
Color Harmonies of #92B510
Complementary color
Monochromatic Colors of #92B510
Black with #92B510
Text Example
Text Example
White with #92B510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B510; }
p { color: rgb(146,181,16); }
H1.HeaderClassName
{
color: #92B510;
}
.AnyTagClassName
{
color: #92B510;
}
</style>
background-color css
<style>
a { background-color: #92B510; }
a { background-color: rgb(146,181,16); }
div.DivClassName
{
background-color: #92B510;
}
.BgClassName
{
background-color: #92B510;
}
</style>
border-color css
<style>
span { border-color: #92B510; }
span { border-color: rgb(146,181,16); }
td.TdClassName
{
border-color: #92B510;
}
.TagClassName
{
border-color: #92B510;
}
</style>