Shades of Citrus #90B609
Tints of Citrus #90B609
RGB
CMYK
RGB Variations
Color information
#90B609 (or 0x90B609) is known color: Citrus. HEX triplet: 90, B6 and 09. RGB value is (144,182,9). Sum of RGB (Red+Green+Blue) = 144+182+9=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #90B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B609 is #6F49F6. Grayscale: #979797. Windows color (decimal): -7293431 or 636560. OLE color: 636560.
HSL color Cylindrical-coordinate representation of color #90B609: hue angle of 73.18º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90B609 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 182 | 9 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.29 |
| HSL | 73.18º | 0.91% | 0.37% | - |
| HSV(B) | 73.18º | 0.95% | 0.71% | - |
| XYZ | 28.28 | 39.4 | 6.37 | - |
| YUV | 150.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 182 | 9 | 0.21 | 0 | 0.95 | 0.29 | 73.18 | 0.91 | 0.37 |
| Hex | 90 | B6 | 9 | 15 | 0 | 5F | 1D | 49 | 5B | 25 |
| Octal | 220 | 266 | 11 | 25 | 0 | 137 | 35 | 111 | 133 | 45 |
| Binary | 10010000 | 10110110 | 1001 | 10101 | 0 | 1011111 | 11101 | 1001001 | 1011011 | 100101 |
Color Harmonies of #90B609
Complementary color
Monochromatic Colors of #90B609
Black with #90B609
Text Example
Text Example
White with #90B609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B609; }
p { color: rgb(144,182,9); }
H1.HeaderClassName
{
color: #90B609;
}
.AnyTagClassName
{
color: #90B609;
}
</style>
background-color css
<style>
a { background-color: #90B609; }
a { background-color: rgb(144,182,9); }
div.DivClassName
{
background-color: #90B609;
}
.BgClassName
{
background-color: #90B609;
}
</style>
border-color css
<style>
span { border-color: #90B609; }
span { border-color: rgb(144,182,9); }
td.TdClassName
{
border-color: #90B609;
}
.TagClassName
{
border-color: #90B609;
}
</style>