Shades of Citrus #9BA705
Tints of Citrus #9BA705
RGB
CMYK
RGB Variations
Color information
#9BA705 (or 0x9BA705) is known color: Citrus. HEX triplet: 9B, A7 and 05. RGB value is (155,167,5). Sum of RGB (Red+Green+Blue) = 155+167+5=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA705 is #6458FA. Grayscale: #919191. Windows color (decimal): -6576379 or 370587. OLE color: 370587.
HSL color Cylindrical-coordinate representation of color #9BA705: hue angle of 64.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BA705 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.35 |
| HSL | 64.44º | 0.94% | 0.34% | - |
| HSV(B) | 64.44º | 0.97% | 0.65% | - |
| XYZ | 27.36 | 34.62 | 5.38 | - |
| YUV | 144.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 5 | 0.07 | 0 | 0.97 | 0.35 | 64.44 | 0.94 | 0.34 |
| Hex | 9B | A7 | 5 | 7 | 0 | 61 | 23 | 40 | 5E | 22 |
| Octal | 233 | 247 | 5 | 7 | 0 | 141 | 43 | 100 | 136 | 42 |
| Binary | 10011011 | 10100111 | 101 | 111 | 0 | 1100001 | 100011 | 1000000 | 1011110 | 100010 |
Color Harmonies of #9BA705
Complementary color
Monochromatic Colors of #9BA705
Black with #9BA705
Text Example
Text Example
White with #9BA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA705; }
p { color: rgb(155,167,5); }
H1.HeaderClassName
{
color: #9BA705;
}
.AnyTagClassName
{
color: #9BA705;
}
</style>
background-color css
<style>
a { background-color: #9BA705; }
a { background-color: rgb(155,167,5); }
div.DivClassName
{
background-color: #9BA705;
}
.BgClassName
{
background-color: #9BA705;
}
</style>
border-color css
<style>
span { border-color: #9BA705; }
span { border-color: rgb(155,167,5); }
td.TdClassName
{
border-color: #9BA705;
}
.TagClassName
{
border-color: #9BA705;
}
</style>