Shades of Citrus #90B006
Tints of Citrus #90B006
RGB
CMYK
RGB Variations
Color information
#90B006 (or 0x90B006) is known color: Citrus. HEX triplet: 90, B0 and 06. RGB value is (144,176,6). Sum of RGB (Red+Green+Blue) = 144+176+6=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #90B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B006 is #6F4FF9. Grayscale: #939393. Windows color (decimal): -7294970 or 438416. OLE color: 438416.
HSL color Cylindrical-coordinate representation of color #90B006: hue angle of 71.29º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90B006 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.31 |
| HSL | 71.29º | 0.93% | 0.36% | - |
| HSV(B) | 71.29º | 0.97% | 0.69% | - |
| XYZ | 27.06 | 36.99 | 5.89 | - |
| YUV | 147.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 6 | 0.18 | 0 | 0.97 | 0.31 | 71.29 | 0.93 | 0.36 |
| Hex | 90 | B0 | 6 | 12 | 0 | 61 | 1F | 47 | 5D | 24 |
| Octal | 220 | 260 | 6 | 22 | 0 | 141 | 37 | 107 | 135 | 44 |
| Binary | 10010000 | 10110000 | 110 | 10010 | 0 | 1100001 | 11111 | 1000111 | 1011101 | 100100 |
Color Harmonies of #90B006
Complementary color
Monochromatic Colors of #90B006
Black with #90B006
Text Example
Text Example
White with #90B006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B006; }
p { color: rgb(144,176,6); }
H1.HeaderClassName
{
color: #90B006;
}
.AnyTagClassName
{
color: #90B006;
}
</style>
background-color css
<style>
a { background-color: #90B006; }
a { background-color: rgb(144,176,6); }
div.DivClassName
{
background-color: #90B006;
}
.BgClassName
{
background-color: #90B006;
}
</style>
border-color css
<style>
span { border-color: #90B006; }
span { border-color: rgb(144,176,6); }
td.TdClassName
{
border-color: #90B006;
}
.TagClassName
{
border-color: #90B006;
}
</style>