Shades of Citron #9BA315
Tints of Citron #9BA315
RGB
CMYK
RGB Variations
Color information
#9BA315 (or 0x9BA315) is known color: Citron. HEX triplet: 9B, A3 and 15. RGB value is (155,163,21). Sum of RGB (Red+Green+Blue) = 155+163+21=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA315 is #645CEA. Grayscale: #909090. Windows color (decimal): -6577387 or 1418139. OLE color: 1418139.
HSL color Cylindrical-coordinate representation of color #9BA315: hue angle of 63.38º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BA315 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 163 | 21 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.36 |
| HSL | 63.38º | 0.77% | 0.36% | - |
| HSV(B) | 63.38º | 0.87% | 0.64% | - |
| XYZ | 26.75 | 33.22 | 5.71 | - |
| YUV | 144.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 163 | 21 | 0.05 | 0 | 0.87 | 0.36 | 63.38 | 0.77 | 0.36 |
| Hex | 9B | A3 | 15 | 5 | 0 | 57 | 24 | 3F | 4D | 24 |
| Octal | 233 | 243 | 25 | 5 | 0 | 127 | 44 | 77 | 115 | 44 |
| Binary | 10011011 | 10100011 | 10101 | 101 | 0 | 1010111 | 100100 | 111111 | 1001101 | 100100 |
Color Harmonies of #9BA315
Complementary color
Monochromatic Colors of #9BA315
Black with #9BA315
Text Example
Text Example
White with #9BA315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA315; }
p { color: rgb(155,163,21); }
H1.HeaderClassName
{
color: #9BA315;
}
.AnyTagClassName
{
color: #9BA315;
}
</style>
background-color css
<style>
a { background-color: #9BA315; }
a { background-color: rgb(155,163,21); }
div.DivClassName
{
background-color: #9BA315;
}
.BgClassName
{
background-color: #9BA315;
}
</style>
border-color css
<style>
span { border-color: #9BA315; }
span { border-color: rgb(155,163,21); }
td.TdClassName
{
border-color: #9BA315;
}
.TagClassName
{
border-color: #9BA315;
}
</style>