Shades of Citrus #9BA40A
Tints of Citrus #9BA40A
RGB
CMYK
RGB Variations
Color information
#9BA40A (or 0x9BA40A) is known color: Citrus. HEX triplet: 9B, A4 and 0A. RGB value is (155,164,10). Sum of RGB (Red+Green+Blue) = 155+164+10=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA40A is #645BF5. Grayscale: #909090. Windows color (decimal): -6577142 or 697499. OLE color: 697499.
HSL color Cylindrical-coordinate representation of color #9BA40A: hue angle of 63.51º degrees, saturation: 0.89, 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 #9BA40A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 164 | 10 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.36 |
| HSL | 63.51º | 0.89% | 0.34% | - |
| HSV(B) | 63.51º | 0.94% | 0.64% | - |
| XYZ | 26.85 | 33.54 | 5.35 | - |
| YUV | 143.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 164 | 10 | 0.05 | 0 | 0.94 | 0.36 | 63.51 | 0.89 | 0.34 |
| Hex | 9B | A4 | A | 5 | 0 | 5E | 24 | 40 | 59 | 22 |
| Octal | 233 | 244 | 12 | 5 | 0 | 136 | 44 | 100 | 131 | 42 |
| Binary | 10011011 | 10100100 | 1010 | 101 | 0 | 1011110 | 100100 | 1000000 | 1011001 | 100010 |
Color Harmonies of #9BA40A
Complementary color
Monochromatic Colors of #9BA40A
Black with #9BA40A
Text Example
Text Example
White with #9BA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA40A; }
p { color: rgb(155,164,10); }
H1.HeaderClassName
{
color: #9BA40A;
}
.AnyTagClassName
{
color: #9BA40A;
}
</style>
background-color css
<style>
a { background-color: #9BA40A; }
a { background-color: rgb(155,164,10); }
div.DivClassName
{
background-color: #9BA40A;
}
.BgClassName
{
background-color: #9BA40A;
}
</style>
border-color css
<style>
span { border-color: #9BA40A; }
span { border-color: rgb(155,164,10); }
td.TdClassName
{
border-color: #9BA40A;
}
.TagClassName
{
border-color: #9BA40A;
}
</style>