Shades of Citron #969619
Tints of Citron #969619
RGB
CMYK
RGB Variations
Color information
#969619 (or 0x969619) is known color: Citron. HEX triplet: 96, 96 and 19. RGB value is (150,150,25). Sum of RGB (Red+Green+Blue) = 150+150+25=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969619 is #6969E6. Grayscale: #888888. Windows color (decimal): -6908391 or 1676950. OLE color: 1676950.
HSL color Cylindrical-coordinate representation of color #969619: hue angle of 60º 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 #969619 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 25 | - |
| CMYK | 0 | 0 | 0.83 | 0.41 |
| HSL | 60º | 0.71% | 0.34% | - |
| HSV(B) | 60º | 0.83% | 0.59% | - |
| XYZ | 23.66 | 28.37 | 5.15 | - |
| YUV | 135.75 | 65.5 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 25 | 0 | 0 | 0.83 | 0.41 | 60 | 0.71 | 0.34 |
| Hex | 96 | 96 | 19 | 0 | 0 | 53 | 29 | 3C | 47 | 22 |
| Octal | 226 | 226 | 31 | 0 | 0 | 123 | 51 | 74 | 107 | 42 |
| Binary | 10010110 | 10010110 | 11001 | 0 | 0 | 1010011 | 101001 | 111100 | 1000111 | 100010 |
Color Harmonies of #969619
Complementary color
Monochromatic Colors of #969619
Black with #969619
Text Example
Text Example
White with #969619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969619; }
p { color: rgb(150,150,25); }
H1.HeaderClassName
{
color: #969619;
}
.AnyTagClassName
{
color: #969619;
}
</style>
background-color css
<style>
a { background-color: #969619; }
a { background-color: rgb(150,150,25); }
div.DivClassName
{
background-color: #969619;
}
.BgClassName
{
background-color: #969619;
}
</style>
border-color css
<style>
span { border-color: #969619; }
span { border-color: rgb(150,150,25); }
td.TdClassName
{
border-color: #969619;
}
.TagClassName
{
border-color: #969619;
}
</style>