Shades of Citrus #90B306
Tints of Citrus #90B306
RGB
CMYK
RGB Variations
Color information
#90B306 (or 0x90B306) is known color: Citrus. HEX triplet: 90, B3 and 06. RGB value is (144,179,6). Sum of RGB (Red+Green+Blue) = 144+179+6=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #90B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B306 is #6F4CF9. Grayscale: #959595. Windows color (decimal): -7294202 or 439184. OLE color: 439184.
HSL color Cylindrical-coordinate representation of color #90B306: hue angle of 72.14º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90B306 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.30 |
| HSL | 72.14º | 0.94% | 0.36% | - |
| HSV(B) | 72.14º | 0.97% | 0.7% | - |
| XYZ | 27.65 | 38.18 | 6.08 | - |
| YUV | 148.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 6 | 0.20 | 0 | 0.97 | 0.30 | 72.14 | 0.94 | 0.36 |
| Hex | 90 | B3 | 6 | 14 | 0 | 61 | 1E | 48 | 5E | 24 |
| Octal | 220 | 263 | 6 | 24 | 0 | 141 | 36 | 110 | 136 | 44 |
| Binary | 10010000 | 10110011 | 110 | 10100 | 0 | 1100001 | 11110 | 1001000 | 1011110 | 100100 |
Color Harmonies of #90B306
Complementary color
Monochromatic Colors of #90B306
Black with #90B306
Text Example
Text Example
White with #90B306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B306; }
p { color: rgb(144,179,6); }
H1.HeaderClassName
{
color: #90B306;
}
.AnyTagClassName
{
color: #90B306;
}
</style>
background-color css
<style>
a { background-color: #90B306; }
a { background-color: rgb(144,179,6); }
div.DivClassName
{
background-color: #90B306;
}
.BgClassName
{
background-color: #90B306;
}
</style>
border-color css
<style>
span { border-color: #90B306; }
span { border-color: rgb(144,179,6); }
td.TdClassName
{
border-color: #90B306;
}
.TagClassName
{
border-color: #90B306;
}
</style>