Shades of Citrus #9DBA00
Tints of Citrus #9DBA00
RGB
CMYK
RGB Variations
Color information
#9DBA00 (or 0x9DBA00) is known color: Citrus. HEX triplet: 9D, BA and 00. RGB value is (157,186,0). Sum of RGB (Red+Green+Blue) = 157+186+0=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA00 is #6245FF. Grayscale: #9C9C9C. Windows color (decimal): -6440448 or 47773. OLE color: 47773.
HSL color Cylindrical-coordinate representation of color #9DBA00: hue angle of 69.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DBA00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.27 |
| HSL | 69.35º | 1% | 0.36% | - |
| HSV(B) | 69.35º | 1% | 0.73% | - |
| XYZ | 31.46 | 42.29 | 6.5 | - |
| YUV | 156.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 0 | 0.16 | 0 | 1 | 0.27 | 69.35 | 1 | 0.36 |
| Hex | 9D | BA | 0 | 10 | 0 | 64 | 1B | 45 | 64 | 24 |
| Octal | 235 | 272 | 0 | 20 | 0 | 144 | 33 | 105 | 144 | 44 |
| Binary | 10011101 | 10111010 | 0 | 10000 | 0 | 1100100 | 11011 | 1000101 | 1100100 | 100100 |
Color Harmonies of #9DBA00
Complementary color
Monochromatic Colors of #9DBA00
Black with #9DBA00
Text Example
Text Example
White with #9DBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA00; }
p { color: rgb(157,186,0); }
H1.HeaderClassName
{
color: #9DBA00;
}
.AnyTagClassName
{
color: #9DBA00;
}
</style>
background-color css
<style>
a { background-color: #9DBA00; }
a { background-color: rgb(157,186,0); }
div.DivClassName
{
background-color: #9DBA00;
}
.BgClassName
{
background-color: #9DBA00;
}
</style>
border-color css
<style>
span { border-color: #9DBA00; }
span { border-color: rgb(157,186,0); }
td.TdClassName
{
border-color: #9DBA00;
}
.TagClassName
{
border-color: #9DBA00;
}
</style>