Shades of Citrus #92BD19
Tints of Citrus #92BD19
RGB
CMYK
RGB Variations
Color information
#92BD19 (or 0x92BD19) is known color: Citrus. HEX triplet: 92, BD and 19. RGB value is (146,189,25). Sum of RGB (Red+Green+Blue) = 146+189+25=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BD19 is #6D42E6. Grayscale: #9E9E9E. Windows color (decimal): -7160551 or 1686930. OLE color: 1686930.
HSL color Cylindrical-coordinate representation of color #92BD19: hue angle of 75.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #92BD19 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 189 | 25 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.26 |
| HSL | 75.73º | 0.77% | 0.42% | - |
| HSV(B) | 75.73º | 0.87% | 0.74% | - |
| XYZ | 30.23 | 42.58 | 7.54 | - |
| YUV | 157.45 | 53.25 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 189 | 25 | 0.23 | 0 | 0.87 | 0.26 | 75.73 | 0.77 | 0.42 |
| Hex | 92 | BD | 19 | 17 | 0 | 57 | 1A | 4C | 4D | 2A |
| Octal | 222 | 275 | 31 | 27 | 0 | 127 | 32 | 114 | 115 | 52 |
| Binary | 10010010 | 10111101 | 11001 | 10111 | 0 | 1010111 | 11010 | 1001100 | 1001101 | 101010 |
Color Harmonies of #92BD19
Complementary color
Monochromatic Colors of #92BD19
Black with #92BD19
Text Example
Text Example
White with #92BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92BD19; }
p { color: rgb(146,189,25); }
H1.HeaderClassName
{
color: #92BD19;
}
.AnyTagClassName
{
color: #92BD19;
}
</style>
background-color css
<style>
a { background-color: #92BD19; }
a { background-color: rgb(146,189,25); }
div.DivClassName
{
background-color: #92BD19;
}
.BgClassName
{
background-color: #92BD19;
}
</style>
border-color css
<style>
span { border-color: #92BD19; }
span { border-color: rgb(146,189,25); }
td.TdClassName
{
border-color: #92BD19;
}
.TagClassName
{
border-color: #92BD19;
}
</style>