Shades of Citron #9BA01C
Tints of Citron #9BA01C
RGB
CMYK
RGB Variations
Color information
#9BA01C (or 0x9BA01C) is known color: Citron. HEX triplet: 9B, A0 and 1C. RGB value is (155,160,28). Sum of RGB (Red+Green+Blue) = 155+160+28=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA01C is #645FE3. Grayscale: #8F8F8F. Windows color (decimal): -6578148 or 1876123. OLE color: 1876123.
HSL color Cylindrical-coordinate representation of color #9BA01C: hue angle of 62.27º degrees, saturation: 0.7, 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 #9BA01C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 28 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.37 |
| HSL | 62.27º | 0.7% | 0.37% | - |
| HSV(B) | 62.27º | 0.83% | 0.63% | - |
| XYZ | 26.3 | 32.19 | 5.93 | - |
| YUV | 143.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 28 | 0.03 | 0 | 0.82 | 0.37 | 62.27 | 0.7 | 0.37 |
| Hex | 9B | A0 | 1C | 3 | 0 | 52 | 25 | 3E | 46 | 25 |
| Octal | 233 | 240 | 34 | 3 | 0 | 122 | 45 | 76 | 106 | 45 |
| Binary | 10011011 | 10100000 | 11100 | 11 | 0 | 1010010 | 100101 | 111110 | 1000110 | 100101 |
Color Harmonies of #9BA01C
Complementary color
Monochromatic Colors of #9BA01C
Black with #9BA01C
Text Example
Text Example
White with #9BA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA01C; }
p { color: rgb(155,160,28); }
H1.HeaderClassName
{
color: #9BA01C;
}
.AnyTagClassName
{
color: #9BA01C;
}
</style>
background-color css
<style>
a { background-color: #9BA01C; }
a { background-color: rgb(155,160,28); }
div.DivClassName
{
background-color: #9BA01C;
}
.BgClassName
{
background-color: #9BA01C;
}
</style>
border-color css
<style>
span { border-color: #9BA01C; }
span { border-color: rgb(155,160,28); }
td.TdClassName
{
border-color: #9BA01C;
}
.TagClassName
{
border-color: #9BA01C;
}
</style>