Shades of Citrus #9BA809
Tints of Citrus #9BA809
RGB
CMYK
RGB Variations
Color information
#9BA809 (or 0x9BA809) is known color: Citrus. HEX triplet: 9B, A8 and 09. RGB value is (155,168,9). Sum of RGB (Red+Green+Blue) = 155+168+9=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 168 (66.02% from 255 or 50.60% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA809 is #6457F6. Grayscale: #929292. Windows color (decimal): -6576119 or 632987. OLE color: 632987.
HSL color Cylindrical-coordinate representation of color #9BA809: hue angle of 64.91º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BA809 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 9 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.34 |
| HSL | 64.91º | 0.9% | 0.35% | - |
| HSV(B) | 64.91º | 0.95% | 0.66% | - |
| XYZ | 27.57 | 34.99 | 5.56 | - |
| YUV | 145.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 9 | 0.08 | 0 | 0.95 | 0.34 | 64.91 | 0.9 | 0.35 |
| Hex | 9B | A8 | 9 | 8 | 0 | 5F | 22 | 41 | 5A | 23 |
| Octal | 233 | 250 | 11 | 10 | 0 | 137 | 42 | 101 | 132 | 43 |
| Binary | 10011011 | 10101000 | 1001 | 1000 | 0 | 1011111 | 100010 | 1000001 | 1011010 | 100011 |
Color Harmonies of #9BA809
Complementary color
Monochromatic Colors of #9BA809
Black with #9BA809
Text Example
Text Example
White with #9BA809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA809; }
p { color: rgb(155,168,9); }
H1.HeaderClassName
{
color: #9BA809;
}
.AnyTagClassName
{
color: #9BA809;
}
</style>
background-color css
<style>
a { background-color: #9BA809; }
a { background-color: rgb(155,168,9); }
div.DivClassName
{
background-color: #9BA809;
}
.BgClassName
{
background-color: #9BA809;
}
</style>
border-color css
<style>
span { border-color: #9BA809; }
span { border-color: rgb(155,168,9); }
td.TdClassName
{
border-color: #9BA809;
}
.TagClassName
{
border-color: #9BA809;
}
</style>