Shades of Citron #9B9624
Tints of Citron #9B9624
RGB
CMYK
RGB Variations
Color information
#9B9624 (or 0x9B9624) is known color: Citron. HEX triplet: 9B, 96 and 24. RGB value is (155,150,36). Sum of RGB (Red+Green+Blue) = 155+150+36=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9624 is #6469DB. Grayscale: #8A8A8A. Windows color (decimal): -6580700 or 2397851. OLE color: 2397851.
HSL color Cylindrical-coordinate representation of color #9B9624: hue angle of 57.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B9624 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 36 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.39 |
| HSL | 57.48º | 0.62% | 0.37% | - |
| HSV(B) | 57.48º | 0.77% | 0.61% | - |
| XYZ | 24.74 | 28.91 | 5.94 | - |
| YUV | 138.5 | 70.16 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 36 | 0 | 0.03 | 0.77 | 0.39 | 57.48 | 0.62 | 0.37 |
| Hex | 9B | 96 | 24 | 0 | 3 | 4D | 27 | 39 | 3E | 25 |
| Octal | 233 | 226 | 44 | 0 | 3 | 115 | 47 | 71 | 76 | 45 |
| Binary | 10011011 | 10010110 | 100100 | 0 | 11 | 1001101 | 100111 | 111001 | 111110 | 100101 |
Color Harmonies of #9B9624
Complementary color
Monochromatic Colors of #9B9624
Black with #9B9624
Text Example
Text Example
White with #9B9624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9624; }
p { color: rgb(155,150,36); }
H1.HeaderClassName
{
color: #9B9624;
}
.AnyTagClassName
{
color: #9B9624;
}
</style>
background-color css
<style>
a { background-color: #9B9624; }
a { background-color: rgb(155,150,36); }
div.DivClassName
{
background-color: #9B9624;
}
.BgClassName
{
background-color: #9B9624;
}
</style>
border-color css
<style>
span { border-color: #9B9624; }
span { border-color: rgb(155,150,36); }
td.TdClassName
{
border-color: #9B9624;
}
.TagClassName
{
border-color: #9B9624;
}
</style>