Shades of Citron #9BA00E
Tints of Citron #9BA00E
RGB
CMYK
RGB Variations
Color information
#9BA00E (or 0x9BA00E) is known color: Citron. HEX triplet: 9B, A0 and 0E. RGB value is (155,160,14). Sum of RGB (Red+Green+Blue) = 155+160+14=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA00E is #645FF1. Grayscale: #8E8E8E. Windows color (decimal): -6578162 or 958619. OLE color: 958619.
HSL color Cylindrical-coordinate representation of color #9BA00E: hue angle of 62.05º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BA00E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 14 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.37 |
| HSL | 62.05º | 0.84% | 0.34% | - |
| HSV(B) | 62.05º | 0.91% | 0.63% | - |
| XYZ | 26.17 | 32.14 | 5.24 | - |
| YUV | 141.86 | 55.84 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 14 | 0.03 | 0 | 0.91 | 0.37 | 62.05 | 0.84 | 0.34 |
| Hex | 9B | A0 | E | 3 | 0 | 5B | 25 | 3E | 54 | 22 |
| Octal | 233 | 240 | 16 | 3 | 0 | 133 | 45 | 76 | 124 | 42 |
| Binary | 10011011 | 10100000 | 1110 | 11 | 0 | 1011011 | 100101 | 111110 | 1010100 | 100010 |
Color Harmonies of #9BA00E
Complementary color
Monochromatic Colors of #9BA00E
Black with #9BA00E
Text Example
Text Example
White with #9BA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA00E; }
p { color: rgb(155,160,14); }
H1.HeaderClassName
{
color: #9BA00E;
}
.AnyTagClassName
{
color: #9BA00E;
}
</style>
background-color css
<style>
a { background-color: #9BA00E; }
a { background-color: rgb(155,160,14); }
div.DivClassName
{
background-color: #9BA00E;
}
.BgClassName
{
background-color: #9BA00E;
}
</style>
border-color css
<style>
span { border-color: #9BA00E; }
span { border-color: rgb(155,160,14); }
td.TdClassName
{
border-color: #9BA00E;
}
.TagClassName
{
border-color: #9BA00E;
}
</style>