Shades of Citrus #90BD06
Tints of Citrus #90BD06
RGB
CMYK
RGB Variations
Color information
#90BD06 (or 0x90BD06) is known color: Citrus. HEX triplet: 90, BD and 06. RGB value is (144,189,6). Sum of RGB (Red+Green+Blue) = 144+189+6=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #90BD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BD06 is #6F42F9. Grayscale: #9B9B9B. Windows color (decimal): -7291642 or 441744. OLE color: 441744.
HSL color Cylindrical-coordinate representation of color #90BD06: hue angle of 74.75º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90BD06 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 189 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.26 |
| HSL | 74.75º | 0.94% | 0.38% | - |
| HSV(B) | 74.75º | 0.97% | 0.74% | - |
| XYZ | 29.73 | 42.34 | 6.78 | - |
| YUV | 154.68 | 44.09 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 6 | 0.24 | 0 | 0.97 | 0.26 | 74.75 | 0.94 | 0.38 |
| Hex | 90 | BD | 6 | 18 | 0 | 61 | 1A | 4B | 5E | 26 |
| Octal | 220 | 275 | 6 | 30 | 0 | 141 | 32 | 113 | 136 | 46 |
| Binary | 10010000 | 10111101 | 110 | 11000 | 0 | 1100001 | 11010 | 1001011 | 1011110 | 100110 |
Color Harmonies of #90BD06
Complementary color
Monochromatic Colors of #90BD06
Black with #90BD06
Text Example
Text Example
White with #90BD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BD06; }
p { color: rgb(144,189,6); }
H1.HeaderClassName
{
color: #90BD06;
}
.AnyTagClassName
{
color: #90BD06;
}
</style>
background-color css
<style>
a { background-color: #90BD06; }
a { background-color: rgb(144,189,6); }
div.DivClassName
{
background-color: #90BD06;
}
.BgClassName
{
background-color: #90BD06;
}
</style>
border-color css
<style>
span { border-color: #90BD06; }
span { border-color: rgb(144,189,6); }
td.TdClassName
{
border-color: #90BD06;
}
.TagClassName
{
border-color: #90BD06;
}
</style>