Shades of Citron #96911A
Tints of Citron #96911A
RGB
CMYK
RGB Variations
Color information
#96911A (or 0x96911A) is known color: Citron. HEX triplet: 96, 91 and 1A. RGB value is (150,145,26). Sum of RGB (Red+Green+Blue) = 150+145+26=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #96911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96911A is #696EE5. Grayscale: #858585. Windows color (decimal): -6909670 or 1741206. OLE color: 1741206.
HSL color Cylindrical-coordinate representation of color #96911A: hue angle of 57.58º 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 #96911A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 26 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.41 |
| HSL | 57.58º | 0.7% | 0.35% | - |
| HSV(B) | 57.58º | 0.83% | 0.59% | - |
| XYZ | 22.89 | 26.81 | 4.95 | - |
| YUV | 132.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 26 | 0 | 0.03 | 0.83 | 0.41 | 57.58 | 0.7 | 0.35 |
| Hex | 96 | 91 | 1A | 0 | 3 | 53 | 29 | 3A | 46 | 23 |
| Octal | 226 | 221 | 32 | 0 | 3 | 123 | 51 | 72 | 106 | 43 |
| Binary | 10010110 | 10010001 | 11010 | 0 | 11 | 1010011 | 101001 | 111010 | 1000110 | 100011 |
Color Harmonies of #96911A
Complementary color
Monochromatic Colors of #96911A
Black with #96911A
Text Example
Text Example
White with #96911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96911A; }
p { color: rgb(150,145,26); }
H1.HeaderClassName
{
color: #96911A;
}
.AnyTagClassName
{
color: #96911A;
}
</style>
background-color css
<style>
a { background-color: #96911A; }
a { background-color: rgb(150,145,26); }
div.DivClassName
{
background-color: #96911A;
}
.BgClassName
{
background-color: #96911A;
}
</style>
border-color css
<style>
span { border-color: #96911A; }
span { border-color: rgb(150,145,26); }
td.TdClassName
{
border-color: #96911A;
}
.TagClassName
{
border-color: #96911A;
}
</style>