Shades of Citrus #9DBD10
Tints of Citrus #9DBD10
RGB
CMYK
RGB Variations
Color information
#9DBD10 (or 0x9DBD10) is known color: Citrus. HEX triplet: 9D, BD and 10. RGB value is (157,189,16). Sum of RGB (Red+Green+Blue) = 157+189+16=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 189 (74.22% from 255 or 52.21% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD10 is #6242EF. Grayscale: #A0A0A0. Windows color (decimal): -6439664 or 1097117. OLE color: 1097117.
HSL color Cylindrical-coordinate representation of color #9DBD10: hue angle of 71.1º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DBD10 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.26 |
| HSL | 71.1º | 0.84% | 0.4% | - |
| HSV(B) | 71.1º | 0.92% | 0.74% | - |
| XYZ | 32.2 | 43.6 | 7.21 | - |
| YUV | 159.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 16 | 0.17 | 0 | 0.92 | 0.26 | 71.1 | 0.84 | 0.4 |
| Hex | 9D | BD | 10 | 11 | 0 | 5C | 1A | 47 | 54 | 28 |
| Octal | 235 | 275 | 20 | 21 | 0 | 134 | 32 | 107 | 124 | 50 |
| Binary | 10011101 | 10111101 | 10000 | 10001 | 0 | 1011100 | 11010 | 1000111 | 1010100 | 101000 |
Color Harmonies of #9DBD10
Complementary color
Monochromatic Colors of #9DBD10
Black with #9DBD10
Text Example
Text Example
White with #9DBD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD10; }
p { color: rgb(157,189,16); }
H1.HeaderClassName
{
color: #9DBD10;
}
.AnyTagClassName
{
color: #9DBD10;
}
</style>
background-color css
<style>
a { background-color: #9DBD10; }
a { background-color: rgb(157,189,16); }
div.DivClassName
{
background-color: #9DBD10;
}
.BgClassName
{
background-color: #9DBD10;
}
</style>
border-color css
<style>
span { border-color: #9DBD10; }
span { border-color: rgb(157,189,16); }
td.TdClassName
{
border-color: #9DBD10;
}
.TagClassName
{
border-color: #9DBD10;
}
</style>