Shades of Citrus #90BC16
Tints of Citrus #90BC16
RGB
CMYK
RGB Variations
Color information
#90BC16 (or 0x90BC16) is known color: Citrus. HEX triplet: 90, BC and 16. RGB value is (144,188,22). Sum of RGB (Red+Green+Blue) = 144+188+22=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BC16 is #6F43E9. Grayscale: #9C9C9C. Windows color (decimal): -7291882 or 1490064. OLE color: 1490064.
HSL color Cylindrical-coordinate representation of color #90BC16: hue angle of 75.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90BC16 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 22 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.26 |
| HSL | 75.9º | 0.79% | 0.41% | - |
| HSV(B) | 75.9º | 0.88% | 0.74% | - |
| XYZ | 29.63 | 41.95 | 7.3 | - |
| YUV | 155.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 22 | 0.23 | 0 | 0.88 | 0.26 | 75.9 | 0.79 | 0.41 |
| Hex | 90 | BC | 16 | 17 | 0 | 58 | 1A | 4C | 4F | 29 |
| Octal | 220 | 274 | 26 | 27 | 0 | 130 | 32 | 114 | 117 | 51 |
| Binary | 10010000 | 10111100 | 10110 | 10111 | 0 | 1011000 | 11010 | 1001100 | 1001111 | 101001 |
Color Harmonies of #90BC16
Complementary color
Monochromatic Colors of #90BC16
Black with #90BC16
Text Example
Text Example
White with #90BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC16; }
p { color: rgb(144,188,22); }
H1.HeaderClassName
{
color: #90BC16;
}
.AnyTagClassName
{
color: #90BC16;
}
</style>
background-color css
<style>
a { background-color: #90BC16; }
a { background-color: rgb(144,188,22); }
div.DivClassName
{
background-color: #90BC16;
}
.BgClassName
{
background-color: #90BC16;
}
</style>
border-color css
<style>
span { border-color: #90BC16; }
span { border-color: rgb(144,188,22); }
td.TdClassName
{
border-color: #90BC16;
}
.TagClassName
{
border-color: #90BC16;
}
</style>