Shades of Citrus #90BC17
Tints of Citrus #90BC17
RGB
CMYK
RGB Variations
Color information
#90BC17 (or 0x90BC17) is known color: Citrus. HEX triplet: 90, BC and 17. RGB value is (144,188,23). Sum of RGB (Red+Green+Blue) = 144+188+23=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #90BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BC17 is #6F43E8. Grayscale: #9C9C9C. Windows color (decimal): -7291881 or 1555600. OLE color: 1555600.
HSL color Cylindrical-coordinate representation of color #90BC17: hue angle of 76º degrees, saturation: 0.78, 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 #90BC17 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 23 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.26 |
| HSL | 76º | 0.78% | 0.41% | - |
| HSV(B) | 76º | 0.88% | 0.74% | - |
| XYZ | 29.64 | 41.96 | 7.35 | - |
| YUV | 156.03 | 52.92 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 23 | 0.23 | 0 | 0.88 | 0.26 | 76 | 0.78 | 0.41 |
| Hex | 90 | BC | 17 | 17 | 0 | 58 | 1A | 4C | 4E | 29 |
| Octal | 220 | 274 | 27 | 27 | 0 | 130 | 32 | 114 | 116 | 51 |
| Binary | 10010000 | 10111100 | 10111 | 10111 | 0 | 1011000 | 11010 | 1001100 | 1001110 | 101001 |
Color Harmonies of #90BC17
Complementary color
Monochromatic Colors of #90BC17
Black with #90BC17
Text Example
Text Example
White with #90BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BC17; }
p { color: rgb(144,188,23); }
H1.HeaderClassName
{
color: #90BC17;
}
.AnyTagClassName
{
color: #90BC17;
}
</style>
background-color css
<style>
a { background-color: #90BC17; }
a { background-color: rgb(144,188,23); }
div.DivClassName
{
background-color: #90BC17;
}
.BgClassName
{
background-color: #90BC17;
}
</style>
border-color css
<style>
span { border-color: #90BC17; }
span { border-color: rgb(144,188,23); }
td.TdClassName
{
border-color: #90BC17;
}
.TagClassName
{
border-color: #90BC17;
}
</style>