Shades of Citron #96A51B
Tints of Citron #96A51B
RGB
CMYK
RGB Variations
Color information
#96A51B (or 0x96A51B) is known color: Citron. HEX triplet: 96, A5 and 1B. RGB value is (150,165,27). Sum of RGB (Red+Green+Blue) = 150+165+27=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #96A51B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A51B is #695AE4. Grayscale: #919191. Windows color (decimal): -6904549 or 1811862. OLE color: 1811862.
HSL color Cylindrical-coordinate representation of color #96A51B: hue angle of 66.52º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96A51B is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 27 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.35 |
| HSL | 66.52º | 0.72% | 0.38% | - |
| HSV(B) | 66.52º | 0.84% | 0.65% | - |
| XYZ | 26.23 | 33.47 | 6.12 | - |
| YUV | 144.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 27 | 0.09 | 0 | 0.84 | 0.35 | 66.52 | 0.72 | 0.38 |
| Hex | 96 | A5 | 1B | 9 | 0 | 54 | 23 | 43 | 48 | 26 |
| Octal | 226 | 245 | 33 | 11 | 0 | 124 | 43 | 103 | 110 | 46 |
| Binary | 10010110 | 10100101 | 11011 | 1001 | 0 | 1010100 | 100011 | 1000011 | 1001000 | 100110 |
Color Harmonies of #96A51B
Complementary color
Monochromatic Colors of #96A51B
Black with #96A51B
Text Example
Text Example
White with #96A51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A51B; }
p { color: rgb(150,165,27); }
H1.HeaderClassName
{
color: #96A51B;
}
.AnyTagClassName
{
color: #96A51B;
}
</style>
background-color css
<style>
a { background-color: #96A51B; }
a { background-color: rgb(150,165,27); }
div.DivClassName
{
background-color: #96A51B;
}
.BgClassName
{
background-color: #96A51B;
}
</style>
border-color css
<style>
span { border-color: #96A51B; }
span { border-color: rgb(150,165,27); }
td.TdClassName
{
border-color: #96A51B;
}
.TagClassName
{
border-color: #96A51B;
}
</style>