Shades of Citrus #9BA70A
Tints of Citrus #9BA70A
RGB
CMYK
RGB Variations
Color information
#9BA70A (or 0x9BA70A) is known color: Citrus. HEX triplet: 9B, A7 and 0A. RGB value is (155,167,10). Sum of RGB (Red+Green+Blue) = 155+167+10=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA70A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA70A is #6458F5. Grayscale: #929292. Windows color (decimal): -6576374 or 698267. OLE color: 698267.
HSL color Cylindrical-coordinate representation of color #9BA70A: hue angle of 64.59º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BA70A is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 10 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.35 |
| HSL | 64.59º | 0.89% | 0.35% | - |
| HSV(B) | 64.59º | 0.94% | 0.65% | - |
| XYZ | 27.39 | 34.63 | 5.53 | - |
| YUV | 145.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 10 | 0.07 | 0 | 0.94 | 0.35 | 64.59 | 0.89 | 0.35 |
| Hex | 9B | A7 | A | 7 | 0 | 5E | 23 | 41 | 59 | 23 |
| Octal | 233 | 247 | 12 | 7 | 0 | 136 | 43 | 101 | 131 | 43 |
| Binary | 10011011 | 10100111 | 1010 | 111 | 0 | 1011110 | 100011 | 1000001 | 1011001 | 100011 |
Color Harmonies of #9BA70A
Complementary color
Monochromatic Colors of #9BA70A
Black with #9BA70A
Text Example
Text Example
White with #9BA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA70A; }
p { color: rgb(155,167,10); }
H1.HeaderClassName
{
color: #9BA70A;
}
.AnyTagClassName
{
color: #9BA70A;
}
</style>
background-color css
<style>
a { background-color: #9BA70A; }
a { background-color: rgb(155,167,10); }
div.DivClassName
{
background-color: #9BA70A;
}
.BgClassName
{
background-color: #9BA70A;
}
</style>
border-color css
<style>
span { border-color: #9BA70A; }
span { border-color: rgb(155,167,10); }
td.TdClassName
{
border-color: #9BA70A;
}
.TagClassName
{
border-color: #9BA70A;
}
</style>