Shades of Citron #90A033
Tints of Citron #90A033
RGB
CMYK
RGB Variations
Color information
#90A033 (or 0x90A033) is known color: Citron. HEX triplet: 90, A0 and 33. RGB value is (144,160,51). Sum of RGB (Red+Green+Blue) = 144+160+51=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #90A033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A033 is #6F5FCC. Grayscale: #8F8F8F. Windows color (decimal): -7299021 or 3383440. OLE color: 3383440.
HSL color Cylindrical-coordinate representation of color #90A033: hue angle of 68.81º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90A033 is Cyan = 0.1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 51 | - |
| CMYK | 0.1 | 0 | 0.68 | 0.37 |
| HSL | 68.81º | 0.52% | 0.41% | - |
| HSV(B) | 68.81º | 0.68% | 0.63% | - |
| XYZ | 24.67 | 31.31 | 7.88 | - |
| YUV | 142.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 51 | 0.1 | 0 | 0.68 | 0.37 | 68.81 | 0.52 | 0.41 |
| Hex | 90 | A0 | 33 | A | 0 | 44 | 25 | 45 | 34 | 29 |
| Octal | 220 | 240 | 63 | 12 | 0 | 104 | 45 | 105 | 64 | 51 |
| Binary | 10010000 | 10100000 | 110011 | 1010 | 0 | 1000100 | 100101 | 1000101 | 110100 | 101001 |
Color Harmonies of #90A033
Complementary color
Monochromatic Colors of #90A033
Black with #90A033
Text Example
Text Example
White with #90A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A033; }
p { color: rgb(144,160,51); }
H1.HeaderClassName
{
color: #90A033;
}
.AnyTagClassName
{
color: #90A033;
}
</style>
background-color css
<style>
a { background-color: #90A033; }
a { background-color: rgb(144,160,51); }
div.DivClassName
{
background-color: #90A033;
}
.BgClassName
{
background-color: #90A033;
}
</style>
border-color css
<style>
span { border-color: #90A033; }
span { border-color: rgb(144,160,51); }
td.TdClassName
{
border-color: #90A033;
}
.TagClassName
{
border-color: #90A033;
}
</style>