Shades of Citron #909418
Tints of Citron #909418
RGB
CMYK
RGB Variations
Color information
#909418 (or 0x909418) is known color: Citron. HEX triplet: 90, 94 and 18. RGB value is (144,148,24). Sum of RGB (Red+Green+Blue) = 144+148+24=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #909418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909418 is #6F6BE7. Grayscale: #858585. Windows color (decimal): -7302120 or 1610896. OLE color: 1610896.
HSL color Cylindrical-coordinate representation of color #909418: hue angle of 61.94º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #909418 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 148 | 24 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.42 |
| HSL | 61.94º | 0.72% | 0.34% | - |
| HSV(B) | 61.94º | 0.84% | 0.58% | - |
| XYZ | 22.26 | 27.18 | 4.94 | - |
| YUV | 132.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 148 | 24 | 0.03 | 0 | 0.84 | 0.42 | 61.94 | 0.72 | 0.34 |
| Hex | 90 | 94 | 18 | 3 | 0 | 54 | 2A | 3E | 48 | 22 |
| Octal | 220 | 224 | 30 | 3 | 0 | 124 | 52 | 76 | 110 | 42 |
| Binary | 10010000 | 10010100 | 11000 | 11 | 0 | 1010100 | 101010 | 111110 | 1001000 | 100010 |
Color Harmonies of #909418
Complementary color
Monochromatic Colors of #909418
Black with #909418
Text Example
Text Example
White with #909418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909418; }
p { color: rgb(144,148,24); }
H1.HeaderClassName
{
color: #909418;
}
.AnyTagClassName
{
color: #909418;
}
</style>
background-color css
<style>
a { background-color: #909418; }
a { background-color: rgb(144,148,24); }
div.DivClassName
{
background-color: #909418;
}
.BgClassName
{
background-color: #909418;
}
</style>
border-color css
<style>
span { border-color: #909418; }
span { border-color: rgb(144,148,24); }
td.TdClassName
{
border-color: #909418;
}
.TagClassName
{
border-color: #909418;
}
</style>