Shades of Citrus #9DBD12
Tints of Citrus #9DBD12
RGB
CMYK
RGB Variations
Color information
#9DBD12 (or 0x9DBD12) is known color: Citrus. HEX triplet: 9D, BD and 12. RGB value is (157,189,18). Sum of RGB (Red+Green+Blue) = 157+189+18=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBD12 is #6242ED. Grayscale: #A0A0A0. Windows color (decimal): -6439662 or 1228189. OLE color: 1228189.
HSL color Cylindrical-coordinate representation of color #9DBD12: hue angle of 71.23º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DBD12 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 18 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.26 |
| HSL | 71.23º | 0.83% | 0.41% | - |
| HSV(B) | 71.23º | 0.9% | 0.74% | - |
| XYZ | 32.21 | 43.61 | 7.29 | - |
| YUV | 159.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 18 | 0.17 | 0 | 0.90 | 0.26 | 71.23 | 0.83 | 0.41 |
| Hex | 9D | BD | 12 | 11 | 0 | 5A | 1A | 47 | 53 | 29 |
| Octal | 235 | 275 | 22 | 21 | 0 | 132 | 32 | 107 | 123 | 51 |
| Binary | 10011101 | 10111101 | 10010 | 10001 | 0 | 1011010 | 11010 | 1000111 | 1010011 | 101001 |
Color Harmonies of #9DBD12
Complementary color
Monochromatic Colors of #9DBD12
Black with #9DBD12
Text Example
Text Example
White with #9DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD12; }
p { color: rgb(157,189,18); }
H1.HeaderClassName
{
color: #9DBD12;
}
.AnyTagClassName
{
color: #9DBD12;
}
</style>
background-color css
<style>
a { background-color: #9DBD12; }
a { background-color: rgb(157,189,18); }
div.DivClassName
{
background-color: #9DBD12;
}
.BgClassName
{
background-color: #9DBD12;
}
</style>
border-color css
<style>
span { border-color: #9DBD12; }
span { border-color: rgb(157,189,18); }
td.TdClassName
{
border-color: #9DBD12;
}
.TagClassName
{
border-color: #9DBD12;
}
</style>