Shades of Citrus #9DBA03
Tints of Citrus #9DBA03
RGB
CMYK
RGB Variations
Color information
#9DBA03 (or 0x9DBA03) is known color: Citrus. HEX triplet: 9D, BA and 03. RGB value is (157,186,3). Sum of RGB (Red+Green+Blue) = 157+186+3=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBA03 is #6245FC. Grayscale: #9D9D9D. Windows color (decimal): -6440445 or 244381. OLE color: 244381.
HSL color Cylindrical-coordinate representation of color #9DBA03: hue angle of 69.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DBA03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.27 |
| HSL | 69.51º | 0.97% | 0.37% | - |
| HSV(B) | 69.51º | 0.98% | 0.73% | - |
| XYZ | 31.48 | 42.29 | 6.59 | - |
| YUV | 156.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 3 | 0.16 | 0 | 0.98 | 0.27 | 69.51 | 0.97 | 0.37 |
| Hex | 9D | BA | 3 | 10 | 0 | 62 | 1B | 46 | 61 | 25 |
| Octal | 235 | 272 | 3 | 20 | 0 | 142 | 33 | 106 | 141 | 45 |
| Binary | 10011101 | 10111010 | 11 | 10000 | 0 | 1100010 | 11011 | 1000110 | 1100001 | 100101 |
Color Harmonies of #9DBA03
Complementary color
Monochromatic Colors of #9DBA03
Black with #9DBA03
Text Example
Text Example
White with #9DBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA03; }
p { color: rgb(157,186,3); }
H1.HeaderClassName
{
color: #9DBA03;
}
.AnyTagClassName
{
color: #9DBA03;
}
</style>
background-color css
<style>
a { background-color: #9DBA03; }
a { background-color: rgb(157,186,3); }
div.DivClassName
{
background-color: #9DBA03;
}
.BgClassName
{
background-color: #9DBA03;
}
</style>
border-color css
<style>
span { border-color: #9DBA03; }
span { border-color: rgb(157,186,3); }
td.TdClassName
{
border-color: #9DBA03;
}
.TagClassName
{
border-color: #9DBA03;
}
</style>