Shades of Citrus #9DB506
Tints of Citrus #9DB506
RGB
CMYK
RGB Variations
Color information
#9DB506 (or 0x9DB506) is known color: Citrus. HEX triplet: 9D, B5 and 06. RGB value is (157,181,6). Sum of RGB (Red+Green+Blue) = 157+181+6=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB506 is #624AF9. Grayscale: #9A9A9A. Windows color (decimal): -6441722 or 439709. OLE color: 439709.
HSL color Cylindrical-coordinate representation of color #9DB506: hue angle of 68.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DB506 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.29 |
| HSL | 68.23º | 0.94% | 0.37% | - |
| HSV(B) | 68.23º | 0.97% | 0.71% | - |
| XYZ | 30.46 | 40.23 | 6.33 | - |
| YUV | 153.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 6 | 0.13 | 0 | 0.97 | 0.29 | 68.23 | 0.94 | 0.37 |
| Hex | 9D | B5 | 6 | D | 0 | 61 | 1D | 44 | 5E | 25 |
| Octal | 235 | 265 | 6 | 15 | 0 | 141 | 35 | 104 | 136 | 45 |
| Binary | 10011101 | 10110101 | 110 | 1101 | 0 | 1100001 | 11101 | 1000100 | 1011110 | 100101 |
Color Harmonies of #9DB506
Complementary color
Monochromatic Colors of #9DB506
Black with #9DB506
Text Example
Text Example
White with #9DB506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB506; }
p { color: rgb(157,181,6); }
H1.HeaderClassName
{
color: #9DB506;
}
.AnyTagClassName
{
color: #9DB506;
}
</style>
background-color css
<style>
a { background-color: #9DB506; }
a { background-color: rgb(157,181,6); }
div.DivClassName
{
background-color: #9DB506;
}
.BgClassName
{
background-color: #9DB506;
}
</style>
border-color css
<style>
span { border-color: #9DB506; }
span { border-color: rgb(157,181,6); }
td.TdClassName
{
border-color: #9DB506;
}
.TagClassName
{
border-color: #9DB506;
}
</style>