Shades of Citrus #90BC15
Tints of Citrus #90BC15
RGB
CMYK
RGB Variations
Color information
#90BC15 (or 0x90BC15) is known color: Citrus. HEX triplet: 90, BC and 15. RGB value is (144,188,21). Sum of RGB (Red+Green+Blue) = 144+188+21=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BC15 is #6F43EA. Grayscale: #9C9C9C. Windows color (decimal): -7291883 or 1424528. OLE color: 1424528.
HSL color Cylindrical-coordinate representation of color #90BC15: hue angle of 75.81º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90BC15 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 21 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.26 |
| HSL | 75.81º | 0.8% | 0.41% | - |
| HSV(B) | 75.81º | 0.89% | 0.74% | - |
| XYZ | 29.62 | 41.95 | 7.25 | - |
| YUV | 155.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 21 | 0.23 | 0 | 0.89 | 0.26 | 75.81 | 0.8 | 0.41 |
| Hex | 90 | BC | 15 | 17 | 0 | 59 | 1A | 4C | 50 | 29 |
| Octal | 220 | 274 | 25 | 27 | 0 | 131 | 32 | 114 | 120 | 51 |
| Binary | 10010000 | 10111100 | 10101 | 10111 | 0 | 1011001 | 11010 | 1001100 | 1010000 | 101001 |
Color Harmonies of #90BC15
Complementary color
Monochromatic Colors of #90BC15
Black with #90BC15
Text Example
Text Example
White with #90BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC15; }
p { color: rgb(144,188,21); }
H1.HeaderClassName
{
color: #90BC15;
}
.AnyTagClassName
{
color: #90BC15;
}
</style>
background-color css
<style>
a { background-color: #90BC15; }
a { background-color: rgb(144,188,21); }
div.DivClassName
{
background-color: #90BC15;
}
.BgClassName
{
background-color: #90BC15;
}
</style>
border-color css
<style>
span { border-color: #90BC15; }
span { border-color: rgb(144,188,21); }
td.TdClassName
{
border-color: #90BC15;
}
.TagClassName
{
border-color: #90BC15;
}
</style>