Shades of Citron #9BA01F
Tints of Citron #9BA01F
RGB
CMYK
RGB Variations
Color information
#9BA01F (or 0x9BA01F) is known color: Citron. HEX triplet: 9B, A0 and 1F. RGB value is (155,160,31). Sum of RGB (Red+Green+Blue) = 155+160+31=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA01F is #645FE0. Grayscale: #909090. Windows color (decimal): -6578145 or 2072731. OLE color: 2072731.
HSL color Cylindrical-coordinate representation of color #9BA01F: hue angle of 62.33º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BA01F is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 31 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.37 |
| HSL | 62.33º | 0.68% | 0.37% | - |
| HSV(B) | 62.33º | 0.81% | 0.63% | - |
| XYZ | 26.34 | 32.21 | 6.13 | - |
| YUV | 143.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 31 | 0.03 | 0 | 0.81 | 0.37 | 62.33 | 0.68 | 0.37 |
| Hex | 9B | A0 | 1F | 3 | 0 | 51 | 25 | 3E | 44 | 25 |
| Octal | 233 | 240 | 37 | 3 | 0 | 121 | 45 | 76 | 104 | 45 |
| Binary | 10011011 | 10100000 | 11111 | 11 | 0 | 1010001 | 100101 | 111110 | 1000100 | 100101 |
Color Harmonies of #9BA01F
Complementary color
Monochromatic Colors of #9BA01F
Black with #9BA01F
Text Example
Text Example
White with #9BA01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA01F; }
p { color: rgb(155,160,31); }
H1.HeaderClassName
{
color: #9BA01F;
}
.AnyTagClassName
{
color: #9BA01F;
}
</style>
background-color css
<style>
a { background-color: #9BA01F; }
a { background-color: rgb(155,160,31); }
div.DivClassName
{
background-color: #9BA01F;
}
.BgClassName
{
background-color: #9BA01F;
}
</style>
border-color css
<style>
span { border-color: #9BA01F; }
span { border-color: rgb(155,160,31); }
td.TdClassName
{
border-color: #9BA01F;
}
.TagClassName
{
border-color: #9BA01F;
}
</style>