Shades of Citrus #9DBD0F
Tints of Citrus #9DBD0F
RGB
CMYK
RGB Variations
Color information
#9DBD0F (or 0x9DBD0F) is known color: Citrus. HEX triplet: 9D, BD and 0F. RGB value is (157,189,15). Sum of RGB (Red+Green+Blue) = 157+189+15=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD0F is #6242F0. Grayscale: #A0A0A0. Windows color (decimal): -6439665 or 1031581. OLE color: 1031581.
HSL color Cylindrical-coordinate representation of color #9DBD0F: hue angle of 71.03º degrees, saturation: 0.85, 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 #9DBD0F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.26 |
| HSL | 71.03º | 0.85% | 0.4% | - |
| HSV(B) | 71.03º | 0.92% | 0.74% | - |
| XYZ | 32.19 | 43.6 | 7.17 | - |
| YUV | 159.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 15 | 0.17 | 0 | 0.92 | 0.26 | 71.03 | 0.85 | 0.4 |
| Hex | 9D | BD | F | 11 | 0 | 5C | 1A | 47 | 55 | 28 |
| Octal | 235 | 275 | 17 | 21 | 0 | 134 | 32 | 107 | 125 | 50 |
| Binary | 10011101 | 10111101 | 1111 | 10001 | 0 | 1011100 | 11010 | 1000111 | 1010101 | 101000 |
Color Harmonies of #9DBD0F
Complementary color
Monochromatic Colors of #9DBD0F
Black with #9DBD0F
Text Example
Text Example
White with #9DBD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD0F; }
p { color: rgb(157,189,15); }
H1.HeaderClassName
{
color: #9DBD0F;
}
.AnyTagClassName
{
color: #9DBD0F;
}
</style>
background-color css
<style>
a { background-color: #9DBD0F; }
a { background-color: rgb(157,189,15); }
div.DivClassName
{
background-color: #9DBD0F;
}
.BgClassName
{
background-color: #9DBD0F;
}
</style>
border-color css
<style>
span { border-color: #9DBD0F; }
span { border-color: rgb(157,189,15); }
td.TdClassName
{
border-color: #9DBD0F;
}
.TagClassName
{
border-color: #9DBD0F;
}
</style>