Shades of Citrus #9DBA0A
Tints of Citrus #9DBA0A
RGB
CMYK
RGB Variations
Color information
#9DBA0A (or 0x9DBA0A) is known color: Citrus. HEX triplet: 9D, BA and 0A. RGB value is (157,186,10). Sum of RGB (Red+Green+Blue) = 157+186+10=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA0A is #6245F5. Grayscale: #9D9D9D. Windows color (decimal): -6440438 or 703133. OLE color: 703133.
HSL color Cylindrical-coordinate representation of color #9DBA0A: hue angle of 69.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DBA0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.27 |
| HSL | 69.89º | 0.9% | 0.38% | - |
| HSV(B) | 69.89º | 0.95% | 0.73% | - |
| XYZ | 31.52 | 42.31 | 6.79 | - |
| YUV | 157.27 | 44.89 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 10 | 0.16 | 0 | 0.95 | 0.27 | 69.89 | 0.9 | 0.38 |
| Hex | 9D | BA | A | 10 | 0 | 5F | 1B | 46 | 5A | 26 |
| Octal | 235 | 272 | 12 | 20 | 0 | 137 | 33 | 106 | 132 | 46 |
| Binary | 10011101 | 10111010 | 1010 | 10000 | 0 | 1011111 | 11011 | 1000110 | 1011010 | 100110 |
Color Harmonies of #9DBA0A
Complementary color
Monochromatic Colors of #9DBA0A
Black with #9DBA0A
Text Example
Text Example
White with #9DBA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA0A; }
p { color: rgb(157,186,10); }
H1.HeaderClassName
{
color: #9DBA0A;
}
.AnyTagClassName
{
color: #9DBA0A;
}
</style>
background-color css
<style>
a { background-color: #9DBA0A; }
a { background-color: rgb(157,186,10); }
div.DivClassName
{
background-color: #9DBA0A;
}
.BgClassName
{
background-color: #9DBA0A;
}
</style>
border-color css
<style>
span { border-color: #9DBA0A; }
span { border-color: rgb(157,186,10); }
td.TdClassName
{
border-color: #9DBA0A;
}
.TagClassName
{
border-color: #9DBA0A;
}
</style>