Shades of Citron #9BA02F
Tints of Citron #9BA02F
RGB
CMYK
RGB Variations
Color information
#9BA02F (or 0x9BA02F) is known color: Citron. HEX triplet: 9B, A0 and 2F. RGB value is (155,160,47). Sum of RGB (Red+Green+Blue) = 155+160+47=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA02F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA02F is #645FD0. Grayscale: #929292. Windows color (decimal): -6578129 or 3121307. OLE color: 3121307.
HSL color Cylindrical-coordinate representation of color #9BA02F: hue angle of 62.65º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9BA02F is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 155 | 160 | 47 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.37 |
| HSL | 62.65º | 0.55% | 0.41% | - |
| HSV(B) | 62.65º | 0.71% | 0.63% | - |
| XYZ | 26.6 | 32.32 | 7.52 | - |
| YUV | 145.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 160 | 47 | 0.03 | 0 | 0.71 | 0.37 | 62.65 | 0.55 | 0.41 |
| Hex | 9B | A0 | 2F | 3 | 0 | 47 | 25 | 3F | 37 | 29 |
| Octal | 233 | 240 | 57 | 3 | 0 | 107 | 45 | 77 | 67 | 51 |
| Binary | 10011011 | 10100000 | 101111 | 11 | 0 | 1000111 | 100101 | 111111 | 110111 | 101001 |
Color Harmonies of #9BA02F
Complementary color
Monochromatic Colors of #9BA02F
Black with #9BA02F
Text Example
Text Example
White with #9BA02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA02F; }
p { color: rgb(155,160,47); }
H1.HeaderClassName
{
color: #9BA02F;
}
.AnyTagClassName
{
color: #9BA02F;
}
</style>
background-color css
<style>
a { background-color: #9BA02F; }
a { background-color: rgb(155,160,47); }
div.DivClassName
{
background-color: #9BA02F;
}
.BgClassName
{
background-color: #9BA02F;
}
</style>
border-color css
<style>
span { border-color: #9BA02F; }
span { border-color: rgb(155,160,47); }
td.TdClassName
{
border-color: #9BA02F;
}
.TagClassName
{
border-color: #9BA02F;
}
</style>