Shades of Citron #96A521
Tints of Citron #96A521
RGB
CMYK
RGB Variations
Color information
#96A521 (or 0x96A521) is known color: Citron. HEX triplet: 96, A5 and 21. RGB value is (150,165,33). Sum of RGB (Red+Green+Blue) = 150+165+33=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #96A521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A521 is #695ADE. Grayscale: #919191. Windows color (decimal): -6904543 or 2205078. OLE color: 2205078.
HSL color Cylindrical-coordinate representation of color #96A521: hue angle of 66.82º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96A521 is Cyan = 0.09, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 33 | - |
| CMYK | 0.09 | 0 | 0.8 | 0.35 |
| HSL | 66.82º | 0.67% | 0.39% | - |
| HSV(B) | 66.82º | 0.8% | 0.65% | - |
| XYZ | 26.31 | 33.5 | 6.52 | - |
| YUV | 145.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 33 | 0.09 | 0 | 0.8 | 0.35 | 66.82 | 0.67 | 0.39 |
| Hex | 96 | A5 | 21 | 9 | 0 | 50 | 23 | 43 | 43 | 27 |
| Octal | 226 | 245 | 41 | 11 | 0 | 120 | 43 | 103 | 103 | 47 |
| Binary | 10010110 | 10100101 | 100001 | 1001 | 0 | 1010000 | 100011 | 1000011 | 1000011 | 100111 |
Color Harmonies of #96A521
Complementary color
Monochromatic Colors of #96A521
Black with #96A521
Text Example
Text Example
White with #96A521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A521; }
p { color: rgb(150,165,33); }
H1.HeaderClassName
{
color: #96A521;
}
.AnyTagClassName
{
color: #96A521;
}
</style>
background-color css
<style>
a { background-color: #96A521; }
a { background-color: rgb(150,165,33); }
div.DivClassName
{
background-color: #96A521;
}
.BgClassName
{
background-color: #96A521;
}
</style>
border-color css
<style>
span { border-color: #96A521; }
span { border-color: rgb(150,165,33); }
td.TdClassName
{
border-color: #96A521;
}
.TagClassName
{
border-color: #96A521;
}
</style>