Shades of Citron #9BA312
Tints of Citron #9BA312
RGB
CMYK
RGB Variations
Color information
#9BA312 (or 0x9BA312) is known color: Citron. HEX triplet: 9B, A3 and 12. RGB value is (155,163,18). Sum of RGB (Red+Green+Blue) = 155+163+18=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA312 is #645CED. Grayscale: #909090. Windows color (decimal): -6577390 or 1221531. OLE color: 1221531.
HSL color Cylindrical-coordinate representation of color #9BA312: hue angle of 63.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9BA312 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 18 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.36 |
| HSL | 63.31º | 0.8% | 0.35% | - |
| HSV(B) | 63.31º | 0.89% | 0.64% | - |
| XYZ | 26.72 | 33.21 | 5.57 | - |
| YUV | 144.08 | 56.85 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 18 | 0.05 | 0 | 0.89 | 0.36 | 63.31 | 0.8 | 0.35 |
| Hex | 9B | A3 | 12 | 5 | 0 | 59 | 24 | 3F | 50 | 23 |
| Octal | 233 | 243 | 22 | 5 | 0 | 131 | 44 | 77 | 120 | 43 |
| Binary | 10011011 | 10100011 | 10010 | 101 | 0 | 1011001 | 100100 | 111111 | 1010000 | 100011 |
Color Harmonies of #9BA312
Complementary color
Monochromatic Colors of #9BA312
Black with #9BA312
Text Example
Text Example
White with #9BA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA312; }
p { color: rgb(155,163,18); }
H1.HeaderClassName
{
color: #9BA312;
}
.AnyTagClassName
{
color: #9BA312;
}
</style>
background-color css
<style>
a { background-color: #9BA312; }
a { background-color: rgb(155,163,18); }
div.DivClassName
{
background-color: #9BA312;
}
.BgClassName
{
background-color: #9BA312;
}
</style>
border-color css
<style>
span { border-color: #9BA312; }
span { border-color: rgb(155,163,18); }
td.TdClassName
{
border-color: #9BA312;
}
.TagClassName
{
border-color: #9BA312;
}
</style>