Shades of Citron #9BA01D
Tints of Citron #9BA01D
RGB
CMYK
RGB Variations
Color information
#9BA01D (or 0x9BA01D) is known color: Citron. HEX triplet: 9B, A0 and 1D. RGB value is (155,160,29). Sum of RGB (Red+Green+Blue) = 155+160+29=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA01D is #645FE2. Grayscale: #909090. Windows color (decimal): -6578147 or 1941659. OLE color: 1941659.
HSL color Cylindrical-coordinate representation of color #9BA01D: hue angle of 62.29º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9BA01D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 29 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.37 |
| HSL | 62.29º | 0.69% | 0.37% | - |
| HSV(B) | 62.29º | 0.82% | 0.63% | - |
| XYZ | 26.31 | 32.2 | 5.99 | - |
| YUV | 143.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 29 | 0.03 | 0 | 0.82 | 0.37 | 62.29 | 0.69 | 0.37 |
| Hex | 9B | A0 | 1D | 3 | 0 | 52 | 25 | 3E | 45 | 25 |
| Octal | 233 | 240 | 35 | 3 | 0 | 122 | 45 | 76 | 105 | 45 |
| Binary | 10011011 | 10100000 | 11101 | 11 | 0 | 1010010 | 100101 | 111110 | 1000101 | 100101 |
Color Harmonies of #9BA01D
Complementary color
Monochromatic Colors of #9BA01D
Black with #9BA01D
Text Example
Text Example
White with #9BA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA01D; }
p { color: rgb(155,160,29); }
H1.HeaderClassName
{
color: #9BA01D;
}
.AnyTagClassName
{
color: #9BA01D;
}
</style>
background-color css
<style>
a { background-color: #9BA01D; }
a { background-color: rgb(155,160,29); }
div.DivClassName
{
background-color: #9BA01D;
}
.BgClassName
{
background-color: #9BA01D;
}
</style>
border-color css
<style>
span { border-color: #9BA01D; }
span { border-color: rgb(155,160,29); }
td.TdClassName
{
border-color: #9BA01D;
}
.TagClassName
{
border-color: #9BA01D;
}
</style>