Shades of Citron #9BA928
Tints of Citron #9BA928
RGB
CMYK
RGB Variations
Color information
#9BA928 (or 0x9BA928) is known color: Citron. HEX triplet: 9B, A9 and 28. RGB value is (155,169,40). Sum of RGB (Red+Green+Blue) = 155+169+40=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA928 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA928 is #6456D7. Grayscale: #969696. Windows color (decimal): -6575832 or 2664859. OLE color: 2664859.
HSL color Cylindrical-coordinate representation of color #9BA928: hue angle of 66.51º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9BA928 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 40 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.34 |
| HSL | 66.51º | 0.62% | 0.41% | - |
| HSV(B) | 66.51º | 0.76% | 0.66% | - |
| XYZ | 28.09 | 35.5 | 7.38 | - |
| YUV | 150.11 | 65.86 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 40 | 0.08 | 0 | 0.76 | 0.34 | 66.51 | 0.62 | 0.41 |
| Hex | 9B | A9 | 28 | 8 | 0 | 4C | 22 | 43 | 3E | 29 |
| Octal | 233 | 251 | 50 | 10 | 0 | 114 | 42 | 103 | 76 | 51 |
| Binary | 10011011 | 10101001 | 101000 | 1000 | 0 | 1001100 | 100010 | 1000011 | 111110 | 101001 |
Color Harmonies of #9BA928
Complementary color
Monochromatic Colors of #9BA928
Black with #9BA928
Text Example
Text Example
White with #9BA928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA928; }
p { color: rgb(155,169,40); }
H1.HeaderClassName
{
color: #9BA928;
}
.AnyTagClassName
{
color: #9BA928;
}
</style>
background-color css
<style>
a { background-color: #9BA928; }
a { background-color: rgb(155,169,40); }
div.DivClassName
{
background-color: #9BA928;
}
.BgClassName
{
background-color: #9BA928;
}
</style>
border-color css
<style>
span { border-color: #9BA928; }
span { border-color: rgb(155,169,40); }
td.TdClassName
{
border-color: #9BA928;
}
.TagClassName
{
border-color: #9BA928;
}
</style>