Shades of Citron #96961A
Tints of Citron #96961A
RGB
CMYK
RGB Variations
Color information
#96961A (or 0x96961A) is known color: Citron. HEX triplet: 96, 96 and 1A. RGB value is (150,150,26). Sum of RGB (Red+Green+Blue) = 150+150+26=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96961A is #6969E5. Grayscale: #888888. Windows color (decimal): -6908390 or 1742486. OLE color: 1742486.
HSL color Cylindrical-coordinate representation of color #96961A: hue angle of 60º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96961A is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 26 | - |
| CMYK | 0 | 0 | 0.83 | 0.41 |
| HSL | 60º | 0.7% | 0.35% | - |
| HSV(B) | 60º | 0.83% | 0.59% | - |
| XYZ | 23.67 | 28.37 | 5.21 | - |
| YUV | 135.86 | 66 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 26 | 0 | 0 | 0.83 | 0.41 | 60 | 0.7 | 0.35 |
| Hex | 96 | 96 | 1A | 0 | 0 | 53 | 29 | 3C | 46 | 23 |
| Octal | 226 | 226 | 32 | 0 | 0 | 123 | 51 | 74 | 106 | 43 |
| Binary | 10010110 | 10010110 | 11010 | 0 | 0 | 1010011 | 101001 | 111100 | 1000110 | 100011 |
Color Harmonies of #96961A
Complementary color
Monochromatic Colors of #96961A
Black with #96961A
Text Example
Text Example
White with #96961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96961A; }
p { color: rgb(150,150,26); }
H1.HeaderClassName
{
color: #96961A;
}
.AnyTagClassName
{
color: #96961A;
}
</style>
background-color css
<style>
a { background-color: #96961A; }
a { background-color: rgb(150,150,26); }
div.DivClassName
{
background-color: #96961A;
}
.BgClassName
{
background-color: #96961A;
}
</style>
border-color css
<style>
span { border-color: #96961A; }
span { border-color: rgb(150,150,26); }
td.TdClassName
{
border-color: #96961A;
}
.TagClassName
{
border-color: #96961A;
}
</style>