Shades of Citrus #9DB210
Tints of Citrus #9DB210
RGB
CMYK
RGB Variations
Color information
#9DB210 (or 0x9DB210) is known color: Citrus. HEX triplet: 9D, B2 and 10. RGB value is (157,178,16). Sum of RGB (Red+Green+Blue) = 157+178+16=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB210 is #624DEF. Grayscale: #999999. Windows color (decimal): -6442480 or 1094301. OLE color: 1094301.
HSL color Cylindrical-coordinate representation of color #9DB210: hue angle of 67.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DB210 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 16 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.30 |
| HSL | 67.78º | 0.84% | 0.38% | - |
| HSV(B) | 67.78º | 0.91% | 0.7% | - |
| XYZ | 29.92 | 39.05 | 6.45 | - |
| YUV | 153.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 16 | 0.12 | 0 | 0.91 | 0.30 | 67.78 | 0.84 | 0.38 |
| Hex | 9D | B2 | 10 | C | 0 | 5B | 1E | 44 | 54 | 26 |
| Octal | 235 | 262 | 20 | 14 | 0 | 133 | 36 | 104 | 124 | 46 |
| Binary | 10011101 | 10110010 | 10000 | 1100 | 0 | 1011011 | 11110 | 1000100 | 1010100 | 100110 |
Color Harmonies of #9DB210
Complementary color
Monochromatic Colors of #9DB210
Black with #9DB210
Text Example
Text Example
White with #9DB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB210; }
p { color: rgb(157,178,16); }
H1.HeaderClassName
{
color: #9DB210;
}
.AnyTagClassName
{
color: #9DB210;
}
</style>
background-color css
<style>
a { background-color: #9DB210; }
a { background-color: rgb(157,178,16); }
div.DivClassName
{
background-color: #9DB210;
}
.BgClassName
{
background-color: #9DB210;
}
</style>
border-color css
<style>
span { border-color: #9DB210; }
span { border-color: rgb(157,178,16); }
td.TdClassName
{
border-color: #9DB210;
}
.TagClassName
{
border-color: #9DB210;
}
</style>