Shades of Citrus #90B214
Tints of Citrus #90B214
RGB
CMYK
RGB Variations
Color information
#90B214 (or 0x90B214) is known color: Citrus. HEX triplet: 90, B2 and 14. RGB value is (144,178,20). Sum of RGB (Red+Green+Blue) = 144+178+20=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #90B214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90B214 is #6F4DEB. Grayscale: #969696. Windows color (decimal): -7294444 or 1356432. OLE color: 1356432.
HSL color Cylindrical-coordinate representation of color #90B214: hue angle of 72.91º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90B214 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 178 | 20 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.30 |
| HSL | 72.91º | 0.8% | 0.39% | - |
| HSV(B) | 72.91º | 0.89% | 0.7% | - |
| XYZ | 27.55 | 37.82 | 6.51 | - |
| YUV | 149.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 178 | 20 | 0.19 | 0 | 0.89 | 0.30 | 72.91 | 0.8 | 0.39 |
| Hex | 90 | B2 | 14 | 13 | 0 | 59 | 1E | 49 | 50 | 27 |
| Octal | 220 | 262 | 24 | 23 | 0 | 131 | 36 | 111 | 120 | 47 |
| Binary | 10010000 | 10110010 | 10100 | 10011 | 0 | 1011001 | 11110 | 1001001 | 1010000 | 100111 |
Color Harmonies of #90B214
Complementary color
Monochromatic Colors of #90B214
Black with #90B214
Text Example
Text Example
White with #90B214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B214; }
p { color: rgb(144,178,20); }
H1.HeaderClassName
{
color: #90B214;
}
.AnyTagClassName
{
color: #90B214;
}
</style>
background-color css
<style>
a { background-color: #90B214; }
a { background-color: rgb(144,178,20); }
div.DivClassName
{
background-color: #90B214;
}
.BgClassName
{
background-color: #90B214;
}
</style>
border-color css
<style>
span { border-color: #90B214; }
span { border-color: rgb(144,178,20); }
td.TdClassName
{
border-color: #90B214;
}
.TagClassName
{
border-color: #90B214;
}
</style>