Shades of Citrus #9BA709
Tints of Citrus #9BA709
RGB
CMYK
RGB Variations
Color information
#9BA709 (or 0x9BA709) is known color: Citrus. HEX triplet: 9B, A7 and 09. RGB value is (155,167,9). Sum of RGB (Red+Green+Blue) = 155+167+9=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA709 is #6458F6. Grayscale: #929292. Windows color (decimal): -6576375 or 632731. OLE color: 632731.
HSL color Cylindrical-coordinate representation of color #9BA709: hue angle of 64.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BA709 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.35 |
| HSL | 64.56º | 0.9% | 0.35% | - |
| HSV(B) | 64.56º | 0.95% | 0.65% | - |
| XYZ | 27.39 | 34.63 | 5.5 | - |
| YUV | 145.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 9 | 0.07 | 0 | 0.95 | 0.35 | 64.56 | 0.9 | 0.35 |
| Hex | 9B | A7 | 9 | 7 | 0 | 5F | 23 | 41 | 5A | 23 |
| Octal | 233 | 247 | 11 | 7 | 0 | 137 | 43 | 101 | 132 | 43 |
| Binary | 10011011 | 10100111 | 1001 | 111 | 0 | 1011111 | 100011 | 1000001 | 1011010 | 100011 |
Color Harmonies of #9BA709
Complementary color
Monochromatic Colors of #9BA709
Black with #9BA709
Text Example
Text Example
White with #9BA709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA709; }
p { color: rgb(155,167,9); }
H1.HeaderClassName
{
color: #9BA709;
}
.AnyTagClassName
{
color: #9BA709;
}
</style>
background-color css
<style>
a { background-color: #9BA709; }
a { background-color: rgb(155,167,9); }
div.DivClassName
{
background-color: #9BA709;
}
.BgClassName
{
background-color: #9BA709;
}
</style>
border-color css
<style>
span { border-color: #9BA709; }
span { border-color: rgb(155,167,9); }
td.TdClassName
{
border-color: #9BA709;
}
.TagClassName
{
border-color: #9BA709;
}
</style>