Shades of Citron #969416
Tints of Citron #969416
RGB
CMYK
RGB Variations
Color information
#969416 (or 0x969416) is known color: Citron. HEX triplet: 96, 94 and 16. RGB value is (150,148,22). Sum of RGB (Red+Green+Blue) = 150+148+22=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #969416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969416 is #696BE9. Grayscale: #868686. Windows color (decimal): -6908906 or 1479830. OLE color: 1479830.
HSL color Cylindrical-coordinate representation of color #969416: hue angle of 59.06º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #969416 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 22 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.41 |
| HSL | 59.06º | 0.74% | 0.34% | - |
| HSV(B) | 59.06º | 0.85% | 0.59% | - |
| XYZ | 23.31 | 27.72 | 4.88 | - |
| YUV | 134.23 | 64.66 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 22 | 0 | 0.01 | 0.85 | 0.41 | 59.06 | 0.74 | 0.34 |
| Hex | 96 | 94 | 16 | 0 | 1 | 55 | 29 | 3B | 4A | 22 |
| Octal | 226 | 224 | 26 | 0 | 1 | 125 | 51 | 73 | 112 | 42 |
| Binary | 10010110 | 10010100 | 10110 | 0 | 1 | 1010101 | 101001 | 111011 | 1001010 | 100010 |
Color Harmonies of #969416
Complementary color
Monochromatic Colors of #969416
Black with #969416
Text Example
Text Example
White with #969416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969416; }
p { color: rgb(150,148,22); }
H1.HeaderClassName
{
color: #969416;
}
.AnyTagClassName
{
color: #969416;
}
</style>
background-color css
<style>
a { background-color: #969416; }
a { background-color: rgb(150,148,22); }
div.DivClassName
{
background-color: #969416;
}
.BgClassName
{
background-color: #969416;
}
</style>
border-color css
<style>
span { border-color: #969416; }
span { border-color: rgb(150,148,22); }
td.TdClassName
{
border-color: #969416;
}
.TagClassName
{
border-color: #969416;
}
</style>