Shades of Citron #969319
Tints of Citron #969319
RGB
CMYK
RGB Variations
Color information
#969319 (or 0x969319) is known color: Citron. HEX triplet: 96, 93 and 19. RGB value is (150,147,25). Sum of RGB (Red+Green+Blue) = 150+147+25=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #969319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969319 is #696CE6. Grayscale: #868686. Windows color (decimal): -6909159 or 1676182. OLE color: 1676182.
HSL color Cylindrical-coordinate representation of color #969319: hue angle of 58.56º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #969319 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 147 | 25 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.41 |
| HSL | 58.56º | 0.71% | 0.34% | - |
| HSV(B) | 58.56º | 0.83% | 0.59% | - |
| XYZ | 23.19 | 27.42 | 4.99 | - |
| YUV | 133.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 25 | 0 | 0.02 | 0.83 | 0.41 | 58.56 | 0.71 | 0.34 |
| Hex | 96 | 93 | 19 | 0 | 2 | 53 | 29 | 3B | 47 | 22 |
| Octal | 226 | 223 | 31 | 0 | 2 | 123 | 51 | 73 | 107 | 42 |
| Binary | 10010110 | 10010011 | 11001 | 0 | 10 | 1010011 | 101001 | 111011 | 1000111 | 100010 |
Color Harmonies of #969319
Complementary color
Monochromatic Colors of #969319
Black with #969319
Text Example
Text Example
White with #969319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969319; }
p { color: rgb(150,147,25); }
H1.HeaderClassName
{
color: #969319;
}
.AnyTagClassName
{
color: #969319;
}
</style>
background-color css
<style>
a { background-color: #969319; }
a { background-color: rgb(150,147,25); }
div.DivClassName
{
background-color: #969319;
}
.BgClassName
{
background-color: #969319;
}
</style>
border-color css
<style>
span { border-color: #969319; }
span { border-color: rgb(150,147,25); }
td.TdClassName
{
border-color: #969319;
}
.TagClassName
{
border-color: #969319;
}
</style>