Shades of Citron #9BA825
Tints of Citron #9BA825
RGB
CMYK
RGB Variations
Color information
#9BA825 (or 0x9BA825) is known color: Citron. HEX triplet: 9B, A8 and 25. RGB value is (155,168,37). Sum of RGB (Red+Green+Blue) = 155+168+37=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA825 is #6457DA. Grayscale: #959595. Windows color (decimal): -6576091 or 2467995. OLE color: 2467995.
HSL color Cylindrical-coordinate representation of color #9BA825: hue angle of 65.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BA825 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 37 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.34 |
| HSL | 65.95º | 0.64% | 0.4% | - |
| HSV(B) | 65.95º | 0.78% | 0.66% | - |
| XYZ | 27.85 | 35.11 | 7.06 | - |
| YUV | 149.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 37 | 0.08 | 0 | 0.78 | 0.34 | 65.95 | 0.64 | 0.4 |
| Hex | 9B | A8 | 25 | 8 | 0 | 4E | 22 | 42 | 40 | 28 |
| Octal | 233 | 250 | 45 | 10 | 0 | 116 | 42 | 102 | 100 | 50 |
| Binary | 10011011 | 10101000 | 100101 | 1000 | 0 | 1001110 | 100010 | 1000010 | 1000000 | 101000 |
Color Harmonies of #9BA825
Complementary color
Monochromatic Colors of #9BA825
Black with #9BA825
Text Example
Text Example
White with #9BA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA825; }
p { color: rgb(155,168,37); }
H1.HeaderClassName
{
color: #9BA825;
}
.AnyTagClassName
{
color: #9BA825;
}
</style>
background-color css
<style>
a { background-color: #9BA825; }
a { background-color: rgb(155,168,37); }
div.DivClassName
{
background-color: #9BA825;
}
.BgClassName
{
background-color: #9BA825;
}
</style>
border-color css
<style>
span { border-color: #9BA825; }
span { border-color: rgb(155,168,37); }
td.TdClassName
{
border-color: #9BA825;
}
.TagClassName
{
border-color: #9BA825;
}
</style>