Shades of Citron #96A623
Tints of Citron #96A623
RGB
CMYK
RGB Variations
Color information
#96A623 (or 0x96A623) is known color: Citron. HEX triplet: 96, A6 and 23. RGB value is (150,166,35). Sum of RGB (Red+Green+Blue) = 150+166+35=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #96A623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A623 is #6959DC. Grayscale: #929292. Windows color (decimal): -6904285 or 2336406. OLE color: 2336406.
HSL color Cylindrical-coordinate representation of color #96A623: hue angle of 67.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96A623 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 166 | 35 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.35 |
| HSL | 67.33º | 0.65% | 0.39% | - |
| HSV(B) | 67.33º | 0.79% | 0.65% | - |
| XYZ | 26.52 | 33.88 | 6.73 | - |
| YUV | 146.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 35 | 0.10 | 0 | 0.79 | 0.35 | 67.33 | 0.65 | 0.39 |
| Hex | 96 | A6 | 23 | A | 0 | 4F | 23 | 43 | 41 | 27 |
| Octal | 226 | 246 | 43 | 12 | 0 | 117 | 43 | 103 | 101 | 47 |
| Binary | 10010110 | 10100110 | 100011 | 1010 | 0 | 1001111 | 100011 | 1000011 | 1000001 | 100111 |
Color Harmonies of #96A623
Complementary color
Monochromatic Colors of #96A623
Black with #96A623
Text Example
Text Example
White with #96A623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A623; }
p { color: rgb(150,166,35); }
H1.HeaderClassName
{
color: #96A623;
}
.AnyTagClassName
{
color: #96A623;
}
</style>
background-color css
<style>
a { background-color: #96A623; }
a { background-color: rgb(150,166,35); }
div.DivClassName
{
background-color: #96A623;
}
.BgClassName
{
background-color: #96A623;
}
</style>
border-color css
<style>
span { border-color: #96A623; }
span { border-color: rgb(150,166,35); }
td.TdClassName
{
border-color: #96A623;
}
.TagClassName
{
border-color: #96A623;
}
</style>