Shades of Citrus #9DB211
Tints of Citrus #9DB211
RGB
CMYK
RGB Variations
Color information
#9DB211 (or 0x9DB211) is known color: Citrus. HEX triplet: 9D, B2 and 11. RGB value is (157,178,17). Sum of RGB (Red+Green+Blue) = 157+178+17=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB211 is #624DEE. Grayscale: #999999. Windows color (decimal): -6442479 or 1159837. OLE color: 1159837.
HSL color Cylindrical-coordinate representation of color #9DB211: hue angle of 67.83º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB211 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 17 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.30 |
| HSL | 67.83º | 0.83% | 0.38% | - |
| HSV(B) | 67.83º | 0.9% | 0.7% | - |
| XYZ | 29.93 | 39.05 | 6.49 | - |
| YUV | 153.37 | 51.04 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 17 | 0.12 | 0 | 0.90 | 0.30 | 67.83 | 0.83 | 0.38 |
| Hex | 9D | B2 | 11 | C | 0 | 5A | 1E | 44 | 53 | 26 |
| Octal | 235 | 262 | 21 | 14 | 0 | 132 | 36 | 104 | 123 | 46 |
| Binary | 10011101 | 10110010 | 10001 | 1100 | 0 | 1011010 | 11110 | 1000100 | 1010011 | 100110 |
Color Harmonies of #9DB211
Complementary color
Monochromatic Colors of #9DB211
Black with #9DB211
Text Example
Text Example
White with #9DB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB211; }
p { color: rgb(157,178,17); }
H1.HeaderClassName
{
color: #9DB211;
}
.AnyTagClassName
{
color: #9DB211;
}
</style>
background-color css
<style>
a { background-color: #9DB211; }
a { background-color: rgb(157,178,17); }
div.DivClassName
{
background-color: #9DB211;
}
.BgClassName
{
background-color: #9DB211;
}
</style>
border-color css
<style>
span { border-color: #9DB211; }
span { border-color: rgb(157,178,17); }
td.TdClassName
{
border-color: #9DB211;
}
.TagClassName
{
border-color: #9DB211;
}
</style>