Shades of Citrus #92BA05
Tints of Citrus #92BA05
RGB
CMYK
RGB Variations
Color information
#92BA05 (or 0x92BA05) is known color: Citrus. HEX triplet: 92, BA and 05. RGB value is (146,186,5). Sum of RGB (Red+Green+Blue) = 146+186+5=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BA05 is #6D45FA. Grayscale: #9A9A9A. Windows color (decimal): -7161339 or 375442. OLE color: 375442.
HSL color Cylindrical-coordinate representation of color #92BA05: hue angle of 73.26º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #92BA05 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 186 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.27 |
| HSL | 73.26º | 0.95% | 0.37% | - |
| HSV(B) | 73.26º | 0.97% | 0.73% | - |
| XYZ | 29.44 | 41.24 | 6.55 | - |
| YUV | 153.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 186 | 5 | 0.22 | 0 | 0.97 | 0.27 | 73.26 | 0.95 | 0.37 |
| Hex | 92 | BA | 5 | 16 | 0 | 61 | 1B | 49 | 5F | 25 |
| Octal | 222 | 272 | 5 | 26 | 0 | 141 | 33 | 111 | 137 | 45 |
| Binary | 10010010 | 10111010 | 101 | 10110 | 0 | 1100001 | 11011 | 1001001 | 1011111 | 100101 |
Color Harmonies of #92BA05
Complementary color
Monochromatic Colors of #92BA05
Black with #92BA05
Text Example
Text Example
White with #92BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BA05; }
p { color: rgb(146,186,5); }
H1.HeaderClassName
{
color: #92BA05;
}
.AnyTagClassName
{
color: #92BA05;
}
</style>
background-color css
<style>
a { background-color: #92BA05; }
a { background-color: rgb(146,186,5); }
div.DivClassName
{
background-color: #92BA05;
}
.BgClassName
{
background-color: #92BA05;
}
</style>
border-color css
<style>
span { border-color: #92BA05; }
span { border-color: rgb(146,186,5); }
td.TdClassName
{
border-color: #92BA05;
}
.TagClassName
{
border-color: #92BA05;
}
</style>