Shades of Citron #9B9622
Tints of Citron #9B9622
RGB
CMYK
RGB Variations
Color information
#9B9622 (or 0x9B9622) is known color: Citron. HEX triplet: 9B, 96 and 22. RGB value is (155,150,34). Sum of RGB (Red+Green+Blue) = 155+150+34=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9622 is #6469DD. Grayscale: #8A8A8A. Windows color (decimal): -6580702 or 2266779. OLE color: 2266779.
HSL color Cylindrical-coordinate representation of color #9B9622: hue angle of 57.52º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B9622 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 150 | 34 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.39 |
| HSL | 57.52º | 0.64% | 0.37% | - |
| HSV(B) | 57.52º | 0.78% | 0.61% | - |
| XYZ | 24.71 | 28.9 | 5.79 | - |
| YUV | 138.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 150 | 34 | 0 | 0.03 | 0.78 | 0.39 | 57.52 | 0.64 | 0.37 |
| Hex | 9B | 96 | 22 | 0 | 3 | 4E | 27 | 3A | 40 | 25 |
| Octal | 233 | 226 | 42 | 0 | 3 | 116 | 47 | 72 | 100 | 45 |
| Binary | 10011011 | 10010110 | 100010 | 0 | 11 | 1001110 | 100111 | 111010 | 1000000 | 100101 |
Color Harmonies of #9B9622
Complementary color
Monochromatic Colors of #9B9622
Black with #9B9622
Text Example
Text Example
White with #9B9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9622; }
p { color: rgb(155,150,34); }
H1.HeaderClassName
{
color: #9B9622;
}
.AnyTagClassName
{
color: #9B9622;
}
</style>
background-color css
<style>
a { background-color: #9B9622; }
a { background-color: rgb(155,150,34); }
div.DivClassName
{
background-color: #9B9622;
}
.BgClassName
{
background-color: #9B9622;
}
</style>
border-color css
<style>
span { border-color: #9B9622; }
span { border-color: rgb(155,150,34); }
td.TdClassName
{
border-color: #9B9622;
}
.TagClassName
{
border-color: #9B9622;
}
</style>