Shades of Citrus #9DB212
Tints of Citrus #9DB212
RGB
CMYK
RGB Variations
Color information
#9DB212 (or 0x9DB212) is known color: Citrus. HEX triplet: 9D, B2 and 12. RGB value is (157,178,18). Sum of RGB (Red+Green+Blue) = 157+178+18=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB212 is #624DED. Grayscale: #9A9A9A. Windows color (decimal): -6442478 or 1225373. OLE color: 1225373.
HSL color Cylindrical-coordinate representation of color #9DB212: hue angle of 67.88º degrees, saturation: 0.82, 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 #9DB212 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 18 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.30 |
| HSL | 67.88º | 0.82% | 0.38% | - |
| HSV(B) | 67.88º | 0.9% | 0.7% | - |
| XYZ | 29.93 | 39.05 | 6.53 | - |
| YUV | 153.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 18 | 0.12 | 0 | 0.90 | 0.30 | 67.88 | 0.82 | 0.38 |
| Hex | 9D | B2 | 12 | C | 0 | 5A | 1E | 44 | 52 | 26 |
| Octal | 235 | 262 | 22 | 14 | 0 | 132 | 36 | 104 | 122 | 46 |
| Binary | 10011101 | 10110010 | 10010 | 1100 | 0 | 1011010 | 11110 | 1000100 | 1010010 | 100110 |
Color Harmonies of #9DB212
Complementary color
Monochromatic Colors of #9DB212
Black with #9DB212
Text Example
Text Example
White with #9DB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB212; }
p { color: rgb(157,178,18); }
H1.HeaderClassName
{
color: #9DB212;
}
.AnyTagClassName
{
color: #9DB212;
}
</style>
background-color css
<style>
a { background-color: #9DB212; }
a { background-color: rgb(157,178,18); }
div.DivClassName
{
background-color: #9DB212;
}
.BgClassName
{
background-color: #9DB212;
}
</style>
border-color css
<style>
span { border-color: #9DB212; }
span { border-color: rgb(157,178,18); }
td.TdClassName
{
border-color: #9DB212;
}
.TagClassName
{
border-color: #9DB212;
}
</style>