Shades of Citron #909612
Tints of Citron #909612
RGB
CMYK
RGB Variations
Color information
#909612 (or 0x909612) is known color: Citron. HEX triplet: 90, 96 and 12. RGB value is (144,150,18). Sum of RGB (Red+Green+Blue) = 144+150+18=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #909612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #909612 is #6F69ED. Grayscale: #858585. Windows color (decimal): -7301614 or 1218192. OLE color: 1218192.
HSL color Cylindrical-coordinate representation of color #909612: hue angle of 62.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #909612 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 18 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.41 |
| HSL | 62.73º | 0.79% | 0.33% | - |
| HSV(B) | 62.73º | 0.88% | 0.59% | - |
| XYZ | 22.52 | 27.79 | 4.75 | - |
| YUV | 133.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 18 | 0.04 | 0 | 0.88 | 0.41 | 62.73 | 0.79 | 0.33 |
| Hex | 90 | 96 | 12 | 4 | 0 | 58 | 29 | 3F | 4F | 21 |
| Octal | 220 | 226 | 22 | 4 | 0 | 130 | 51 | 77 | 117 | 41 |
| Binary | 10010000 | 10010110 | 10010 | 100 | 0 | 1011000 | 101001 | 111111 | 1001111 | 100001 |
Color Harmonies of #909612
Complementary color
Monochromatic Colors of #909612
Black with #909612
Text Example
Text Example
White with #909612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909612; }
p { color: rgb(144,150,18); }
H1.HeaderClassName
{
color: #909612;
}
.AnyTagClassName
{
color: #909612;
}
</style>
background-color css
<style>
a { background-color: #909612; }
a { background-color: rgb(144,150,18); }
div.DivClassName
{
background-color: #909612;
}
.BgClassName
{
background-color: #909612;
}
</style>
border-color css
<style>
span { border-color: #909612; }
span { border-color: rgb(144,150,18); }
td.TdClassName
{
border-color: #909612;
}
.TagClassName
{
border-color: #909612;
}
</style>