Shades of Citrus #9DB406
Tints of Citrus #9DB406
RGB
CMYK
RGB Variations
Color information
#9DB406 (or 0x9DB406) is known color: Citrus. HEX triplet: 9D, B4 and 06. RGB value is (157,180,6). Sum of RGB (Red+Green+Blue) = 157+180+6=343 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.77% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB406 is #624BF9. Grayscale: #999999. Windows color (decimal): -6441978 or 439453. OLE color: 439453.
HSL color Cylindrical-coordinate representation of color #9DB406: hue angle of 67.93º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DB406 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.29 |
| HSL | 67.93º | 0.94% | 0.36% | - |
| HSV(B) | 67.93º | 0.97% | 0.71% | - |
| XYZ | 30.26 | 39.82 | 6.26 | - |
| YUV | 153.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 6 | 0.13 | 0 | 0.97 | 0.29 | 67.93 | 0.94 | 0.36 |
| Hex | 9D | B4 | 6 | D | 0 | 61 | 1D | 44 | 5E | 24 |
| Octal | 235 | 264 | 6 | 15 | 0 | 141 | 35 | 104 | 136 | 44 |
| Binary | 10011101 | 10110100 | 110 | 1101 | 0 | 1100001 | 11101 | 1000100 | 1011110 | 100100 |
Color Harmonies of #9DB406
Complementary color
Monochromatic Colors of #9DB406
Black with #9DB406
Text Example
Text Example
White with #9DB406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB406; }
p { color: rgb(157,180,6); }
H1.HeaderClassName
{
color: #9DB406;
}
.AnyTagClassName
{
color: #9DB406;
}
</style>
background-color css
<style>
a { background-color: #9DB406; }
a { background-color: rgb(157,180,6); }
div.DivClassName
{
background-color: #9DB406;
}
.BgClassName
{
background-color: #9DB406;
}
</style>
border-color css
<style>
span { border-color: #9DB406; }
span { border-color: rgb(157,180,6); }
td.TdClassName
{
border-color: #9DB406;
}
.TagClassName
{
border-color: #9DB406;
}
</style>