Shades of Citron #9BA123
Tints of Citron #9BA123
RGB
CMYK
RGB Variations
Color information
#9BA123 (or 0x9BA123) is known color: Citron. HEX triplet: 9B, A1 and 23. RGB value is (155,161,35). Sum of RGB (Red+Green+Blue) = 155+161+35=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA123 is #645EDC. Grayscale: #919191. Windows color (decimal): -6577885 or 2335131. OLE color: 2335131.
HSL color Cylindrical-coordinate representation of color #9BA123: hue angle of 62.86º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9BA123 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 35 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.37 |
| HSL | 62.86º | 0.64% | 0.38% | - |
| HSV(B) | 62.86º | 0.78% | 0.63% | - |
| XYZ | 26.57 | 32.58 | 6.48 | - |
| YUV | 144.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 35 | 0.04 | 0 | 0.78 | 0.37 | 62.86 | 0.64 | 0.38 |
| Hex | 9B | A1 | 23 | 4 | 0 | 4E | 25 | 3F | 40 | 26 |
| Octal | 233 | 241 | 43 | 4 | 0 | 116 | 45 | 77 | 100 | 46 |
| Binary | 10011011 | 10100001 | 100011 | 100 | 0 | 1001110 | 100101 | 111111 | 1000000 | 100110 |
Color Harmonies of #9BA123
Complementary color
Monochromatic Colors of #9BA123
Black with #9BA123
Text Example
Text Example
White with #9BA123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA123; }
p { color: rgb(155,161,35); }
H1.HeaderClassName
{
color: #9BA123;
}
.AnyTagClassName
{
color: #9BA123;
}
</style>
background-color css
<style>
a { background-color: #9BA123; }
a { background-color: rgb(155,161,35); }
div.DivClassName
{
background-color: #9BA123;
}
.BgClassName
{
background-color: #9BA123;
}
</style>
border-color css
<style>
span { border-color: #9BA123; }
span { border-color: rgb(155,161,35); }
td.TdClassName
{
border-color: #9BA123;
}
.TagClassName
{
border-color: #9BA123;
}
</style>