Shades of Citrus #90BC03
Tints of Citrus #90BC03
RGB
CMYK
RGB Variations
Color information
#90BC03 (or 0x90BC03) is known color: Citrus. HEX triplet: 90, BC and 03. RGB value is (144,188,3). Sum of RGB (Red+Green+Blue) = 144+188+3=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BC03 is #6F43FC. Grayscale: #9A9A9A. Windows color (decimal): -7291901 or 244880. OLE color: 244880.
HSL color Cylindrical-coordinate representation of color #90BC03: hue angle of 74.27º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90BC03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.26 |
| HSL | 74.27º | 0.97% | 0.37% | - |
| HSV(B) | 74.27º | 0.98% | 0.74% | - |
| XYZ | 29.5 | 41.9 | 6.62 | - |
| YUV | 153.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 3 | 0.23 | 0 | 0.98 | 0.26 | 74.27 | 0.97 | 0.37 |
| Hex | 90 | BC | 3 | 17 | 0 | 62 | 1A | 4A | 61 | 25 |
| Octal | 220 | 274 | 3 | 27 | 0 | 142 | 32 | 112 | 141 | 45 |
| Binary | 10010000 | 10111100 | 11 | 10111 | 0 | 1100010 | 11010 | 1001010 | 1100001 | 100101 |
Color Harmonies of #90BC03
Complementary color
Monochromatic Colors of #90BC03
Black with #90BC03
Text Example
Text Example
White with #90BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC03; }
p { color: rgb(144,188,3); }
H1.HeaderClassName
{
color: #90BC03;
}
.AnyTagClassName
{
color: #90BC03;
}
</style>
background-color css
<style>
a { background-color: #90BC03; }
a { background-color: rgb(144,188,3); }
div.DivClassName
{
background-color: #90BC03;
}
.BgClassName
{
background-color: #90BC03;
}
</style>
border-color css
<style>
span { border-color: #90BC03; }
span { border-color: rgb(144,188,3); }
td.TdClassName
{
border-color: #90BC03;
}
.TagClassName
{
border-color: #90BC03;
}
</style>