Shades of Citron #9BA12D
Tints of Citron #9BA12D
RGB
CMYK
RGB Variations
Color information
#9BA12D (or 0x9BA12D) is known color: Citron. HEX triplet: 9B, A1 and 2D. RGB value is (155,161,45). Sum of RGB (Red+Green+Blue) = 155+161+45=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 161 (63.28% from 255 or 44.60% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA12D is #645ED2. Grayscale: #929292. Windows color (decimal): -6577875 or 2990491. OLE color: 2990491.
HSL color Cylindrical-coordinate representation of color #9BA12D: hue angle of 63.1º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BA12D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 161 | 45 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.37 |
| HSL | 63.1º | 0.56% | 0.4% | - |
| HSV(B) | 63.1º | 0.72% | 0.63% | - |
| XYZ | 26.74 | 32.65 | 7.38 | - |
| YUV | 145.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 161 | 45 | 0.04 | 0 | 0.72 | 0.37 | 63.1 | 0.56 | 0.4 |
| Hex | 9B | A1 | 2D | 4 | 0 | 48 | 25 | 3F | 38 | 28 |
| Octal | 233 | 241 | 55 | 4 | 0 | 110 | 45 | 77 | 70 | 50 |
| Binary | 10011011 | 10100001 | 101101 | 100 | 0 | 1001000 | 100101 | 111111 | 111000 | 101000 |
Color Harmonies of #9BA12D
Complementary color
Monochromatic Colors of #9BA12D
Black with #9BA12D
Text Example
Text Example
White with #9BA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA12D; }
p { color: rgb(155,161,45); }
H1.HeaderClassName
{
color: #9BA12D;
}
.AnyTagClassName
{
color: #9BA12D;
}
</style>
background-color css
<style>
a { background-color: #9BA12D; }
a { background-color: rgb(155,161,45); }
div.DivClassName
{
background-color: #9BA12D;
}
.BgClassName
{
background-color: #9BA12D;
}
</style>
border-color css
<style>
span { border-color: #9BA12D; }
span { border-color: rgb(155,161,45); }
td.TdClassName
{
border-color: #9BA12D;
}
.TagClassName
{
border-color: #9BA12D;
}
</style>