Shades of Citron #9BA031
Tints of Citron #9BA031
RGB
CMYK
RGB Variations
Color information
#9BA031 (or 0x9BA031) is known color: Citron. HEX triplet: 9B, A0 and 31. RGB value is (155,160,49). Sum of RGB (Red+Green+Blue) = 155+160+49=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA031 is #645FCE. Grayscale: #929292. Windows color (decimal): -6578127 or 3252379. OLE color: 3252379.
HSL color Cylindrical-coordinate representation of color #9BA031: hue angle of 62.7º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BA031 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 49 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.37 |
| HSL | 62.7º | 0.53% | 0.41% | - |
| HSV(B) | 62.7º | 0.69% | 0.63% | - |
| XYZ | 26.64 | 32.33 | 7.74 | - |
| YUV | 145.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 49 | 0.03 | 0 | 0.69 | 0.37 | 62.7 | 0.53 | 0.41 |
| Hex | 9B | A0 | 31 | 3 | 0 | 45 | 25 | 3F | 35 | 29 |
| Octal | 233 | 240 | 61 | 3 | 0 | 105 | 45 | 77 | 65 | 51 |
| Binary | 10011011 | 10100000 | 110001 | 11 | 0 | 1000101 | 100101 | 111111 | 110101 | 101001 |
Color Harmonies of #9BA031
Complementary color
Monochromatic Colors of #9BA031
Black with #9BA031
Text Example
Text Example
White with #9BA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA031; }
p { color: rgb(155,160,49); }
H1.HeaderClassName
{
color: #9BA031;
}
.AnyTagClassName
{
color: #9BA031;
}
</style>
background-color css
<style>
a { background-color: #9BA031; }
a { background-color: rgb(155,160,49); }
div.DivClassName
{
background-color: #9BA031;
}
.BgClassName
{
background-color: #9BA031;
}
</style>
border-color css
<style>
span { border-color: #9BA031; }
span { border-color: rgb(155,160,49); }
td.TdClassName
{
border-color: #9BA031;
}
.TagClassName
{
border-color: #9BA031;
}
</style>