Shades of Citrus #9BA20A
Tints of Citrus #9BA20A
RGB
CMYK
RGB Variations
Color information
#9BA20A (or 0x9BA20A) is known color: Citrus. HEX triplet: 9B, A2 and 0A. RGB value is (155,162,10). Sum of RGB (Red+Green+Blue) = 155+162+10=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA20A is #645DF5. Grayscale: #8F8F8F. Windows color (decimal): -6577654 or 696987. OLE color: 696987.
HSL color Cylindrical-coordinate representation of color #9BA20A: hue angle of 62.76º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BA20A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 10 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.36 |
| HSL | 62.76º | 0.88% | 0.34% | - |
| HSV(B) | 62.76º | 0.94% | 0.64% | - |
| XYZ | 26.49 | 32.83 | 5.23 | - |
| YUV | 142.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 10 | 0.04 | 0 | 0.94 | 0.36 | 62.76 | 0.88 | 0.34 |
| Hex | 9B | A2 | A | 4 | 0 | 5E | 24 | 3F | 58 | 22 |
| Octal | 233 | 242 | 12 | 4 | 0 | 136 | 44 | 77 | 130 | 42 |
| Binary | 10011011 | 10100010 | 1010 | 100 | 0 | 1011110 | 100100 | 111111 | 1011000 | 100010 |
Color Harmonies of #9BA20A
Complementary color
Monochromatic Colors of #9BA20A
Black with #9BA20A
Text Example
Text Example
White with #9BA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA20A; }
p { color: rgb(155,162,10); }
H1.HeaderClassName
{
color: #9BA20A;
}
.AnyTagClassName
{
color: #9BA20A;
}
</style>
background-color css
<style>
a { background-color: #9BA20A; }
a { background-color: rgb(155,162,10); }
div.DivClassName
{
background-color: #9BA20A;
}
.BgClassName
{
background-color: #9BA20A;
}
</style>
border-color css
<style>
span { border-color: #9BA20A; }
span { border-color: rgb(155,162,10); }
td.TdClassName
{
border-color: #9BA20A;
}
.TagClassName
{
border-color: #9BA20A;
}
</style>