Shades of Citron #9BA924
Tints of Citron #9BA924
RGB
CMYK
RGB Variations
Color information
#9BA924 (or 0x9BA924) is known color: Citron. HEX triplet: 9B, A9 and 24. RGB value is (155,169,36). Sum of RGB (Red+Green+Blue) = 155+169+36=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA924 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA924 is #6456DB. Grayscale: #969696. Windows color (decimal): -6575836 or 2402715. OLE color: 2402715.
HSL color Cylindrical-coordinate representation of color #9BA924: hue angle of 66.32º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9BA924 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 36 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.34 |
| HSL | 66.32º | 0.65% | 0.4% | - |
| HSV(B) | 66.32º | 0.79% | 0.66% | - |
| XYZ | 28.02 | 35.47 | 7.04 | - |
| YUV | 149.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 36 | 0.08 | 0 | 0.79 | 0.34 | 66.32 | 0.65 | 0.4 |
| Hex | 9B | A9 | 24 | 8 | 0 | 4F | 22 | 42 | 41 | 28 |
| Octal | 233 | 251 | 44 | 10 | 0 | 117 | 42 | 102 | 101 | 50 |
| Binary | 10011011 | 10101001 | 100100 | 1000 | 0 | 1001111 | 100010 | 1000010 | 1000001 | 101000 |
Color Harmonies of #9BA924
Complementary color
Monochromatic Colors of #9BA924
Black with #9BA924
Text Example
Text Example
White with #9BA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA924; }
p { color: rgb(155,169,36); }
H1.HeaderClassName
{
color: #9BA924;
}
.AnyTagClassName
{
color: #9BA924;
}
</style>
background-color css
<style>
a { background-color: #9BA924; }
a { background-color: rgb(155,169,36); }
div.DivClassName
{
background-color: #9BA924;
}
.BgClassName
{
background-color: #9BA924;
}
</style>
border-color css
<style>
span { border-color: #9BA924; }
span { border-color: rgb(155,169,36); }
td.TdClassName
{
border-color: #9BA924;
}
.TagClassName
{
border-color: #9BA924;
}
</style>