Shades of Citrus #90B614
Tints of Citrus #90B614
RGB
CMYK
RGB Variations
Color information
#90B614 (or 0x90B614) is known color: Citrus. HEX triplet: 90, B6 and 14. RGB value is (144,182,20). Sum of RGB (Red+Green+Blue) = 144+182+20=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #90B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B614 is #6F49EB. Grayscale: #989898. Windows color (decimal): -7293420 or 1357456. OLE color: 1357456.
HSL color Cylindrical-coordinate representation of color #90B614: hue angle of 74.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90B614 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 20 | - |
| CMYK | 0.21 | 0 | 0.89 | 0.29 |
| HSL | 74.07º | 0.8% | 0.4% | - |
| HSV(B) | 74.07º | 0.89% | 0.71% | - |
| XYZ | 28.36 | 39.44 | 6.78 | - |
| YUV | 152.17 | 53.41 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 20 | 0.21 | 0 | 0.89 | 0.29 | 74.07 | 0.8 | 0.4 |
| Hex | 90 | B6 | 14 | 15 | 0 | 59 | 1D | 4A | 50 | 28 |
| Octal | 220 | 266 | 24 | 25 | 0 | 131 | 35 | 112 | 120 | 50 |
| Binary | 10010000 | 10110110 | 10100 | 10101 | 0 | 1011001 | 11101 | 1001010 | 1010000 | 101000 |
Color Harmonies of #90B614
Complementary color
Monochromatic Colors of #90B614
Black with #90B614
Text Example
Text Example
White with #90B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B614; }
p { color: rgb(144,182,20); }
H1.HeaderClassName
{
color: #90B614;
}
.AnyTagClassName
{
color: #90B614;
}
</style>
background-color css
<style>
a { background-color: #90B614; }
a { background-color: rgb(144,182,20); }
div.DivClassName
{
background-color: #90B614;
}
.BgClassName
{
background-color: #90B614;
}
</style>
border-color css
<style>
span { border-color: #90B614; }
span { border-color: rgb(144,182,20); }
td.TdClassName
{
border-color: #90B614;
}
.TagClassName
{
border-color: #90B614;
}
</style>