Shades of Citron #969429
Tints of Citron #969429
RGB
CMYK
RGB Variations
Color information
#969429 (or 0x969429) is known color: Citron. HEX triplet: 96, 94 and 29. RGB value is (150,148,41). Sum of RGB (Red+Green+Blue) = 150+148+41=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #969429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969429 is #696BD6. Grayscale: #888888. Windows color (decimal): -6908887 or 2725014. OLE color: 2725014.
HSL color Cylindrical-coordinate representation of color #969429: hue angle of 58.9º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #969429 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 148 | 41 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.41 |
| HSL | 58.9º | 0.57% | 0.37% | - |
| HSV(B) | 58.9º | 0.73% | 0.59% | - |
| XYZ | 23.57 | 27.82 | 6.23 | - |
| YUV | 136.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 41 | 0 | 0.01 | 0.73 | 0.41 | 58.9 | 0.57 | 0.37 |
| Hex | 96 | 94 | 29 | 0 | 1 | 49 | 29 | 3B | 39 | 25 |
| Octal | 226 | 224 | 51 | 0 | 1 | 111 | 51 | 73 | 71 | 45 |
| Binary | 10010110 | 10010100 | 101001 | 0 | 1 | 1001001 | 101001 | 111011 | 111001 | 100101 |
Color Harmonies of #969429
Complementary color
Monochromatic Colors of #969429
Black with #969429
Text Example
Text Example
White with #969429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969429; }
p { color: rgb(150,148,41); }
H1.HeaderClassName
{
color: #969429;
}
.AnyTagClassName
{
color: #969429;
}
</style>
background-color css
<style>
a { background-color: #969429; }
a { background-color: rgb(150,148,41); }
div.DivClassName
{
background-color: #969429;
}
.BgClassName
{
background-color: #969429;
}
</style>
border-color css
<style>
span { border-color: #969429; }
span { border-color: rgb(150,148,41); }
td.TdClassName
{
border-color: #969429;
}
.TagClassName
{
border-color: #969429;
}
</style>