Shades of Citron #96A323
Tints of Citron #96A323
RGB
CMYK
RGB Variations
Color information
#96A323 (or 0x96A323) is known color: Citron. HEX triplet: 96, A3 and 23. RGB value is (150,163,35). Sum of RGB (Red+Green+Blue) = 150+163+35=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #96A323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A323 is #695CDC. Grayscale: #919191. Windows color (decimal): -6905053 or 2335638. OLE color: 2335638.
HSL color Cylindrical-coordinate representation of color #96A323: hue angle of 66.09º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96A323 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 35 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.36 |
| HSL | 66.09º | 0.65% | 0.39% | - |
| HSV(B) | 66.09º | 0.79% | 0.64% | - |
| XYZ | 25.98 | 32.8 | 6.55 | - |
| YUV | 144.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 35 | 0.08 | 0 | 0.79 | 0.36 | 66.09 | 0.65 | 0.39 |
| Hex | 96 | A3 | 23 | 8 | 0 | 4F | 24 | 42 | 41 | 27 |
| Octal | 226 | 243 | 43 | 10 | 0 | 117 | 44 | 102 | 101 | 47 |
| Binary | 10010110 | 10100011 | 100011 | 1000 | 0 | 1001111 | 100100 | 1000010 | 1000001 | 100111 |
Color Harmonies of #96A323
Complementary color
Monochromatic Colors of #96A323
Black with #96A323
Text Example
Text Example
White with #96A323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A323; }
p { color: rgb(150,163,35); }
H1.HeaderClassName
{
color: #96A323;
}
.AnyTagClassName
{
color: #96A323;
}
</style>
background-color css
<style>
a { background-color: #96A323; }
a { background-color: rgb(150,163,35); }
div.DivClassName
{
background-color: #96A323;
}
.BgClassName
{
background-color: #96A323;
}
</style>
border-color css
<style>
span { border-color: #96A323; }
span { border-color: rgb(150,163,35); }
td.TdClassName
{
border-color: #96A323;
}
.TagClassName
{
border-color: #96A323;
}
</style>