Shades of Citron #9BA314
Tints of Citron #9BA314
RGB
CMYK
RGB Variations
Color information
#9BA314 (or 0x9BA314) is known color: Citron. HEX triplet: 9B, A3 and 14. RGB value is (155,163,20). Sum of RGB (Red+Green+Blue) = 155+163+20=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA314 is #645CEB. Grayscale: #909090. Windows color (decimal): -6577388 or 1352603. OLE color: 1352603.
HSL color Cylindrical-coordinate representation of color #9BA314: hue angle of 63.36º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BA314 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 20 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.36 |
| HSL | 63.36º | 0.78% | 0.36% | - |
| HSV(B) | 63.36º | 0.88% | 0.64% | - |
| XYZ | 26.74 | 33.21 | 5.66 | - |
| YUV | 144.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 20 | 0.05 | 0 | 0.88 | 0.36 | 63.36 | 0.78 | 0.36 |
| Hex | 9B | A3 | 14 | 5 | 0 | 58 | 24 | 3F | 4E | 24 |
| Octal | 233 | 243 | 24 | 5 | 0 | 130 | 44 | 77 | 116 | 44 |
| Binary | 10011011 | 10100011 | 10100 | 101 | 0 | 1011000 | 100100 | 111111 | 1001110 | 100100 |
Color Harmonies of #9BA314
Complementary color
Monochromatic Colors of #9BA314
Black with #9BA314
Text Example
Text Example
White with #9BA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA314; }
p { color: rgb(155,163,20); }
H1.HeaderClassName
{
color: #9BA314;
}
.AnyTagClassName
{
color: #9BA314;
}
</style>
background-color css
<style>
a { background-color: #9BA314; }
a { background-color: rgb(155,163,20); }
div.DivClassName
{
background-color: #9BA314;
}
.BgClassName
{
background-color: #9BA314;
}
</style>
border-color css
<style>
span { border-color: #9BA314; }
span { border-color: rgb(155,163,20); }
td.TdClassName
{
border-color: #9BA314;
}
.TagClassName
{
border-color: #9BA314;
}
</style>