Shades of Citrus #9DB011
Tints of Citrus #9DB011
RGB
CMYK
RGB Variations
Color information
#9DB011 (or 0x9DB011) is known color: Citrus. HEX triplet: 9D, B0 and 11. RGB value is (157,176,17). Sum of RGB (Red+Green+Blue) = 157+176+17=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB011 is #624FEE. Grayscale: #989898. Windows color (decimal): -6442991 or 1159325. OLE color: 1159325.
HSL color Cylindrical-coordinate representation of color #9DB011: hue angle of 67.17º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB011 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 176 | 17 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.31 |
| HSL | 67.17º | 0.82% | 0.38% | - |
| HSV(B) | 67.17º | 0.9% | 0.69% | - |
| XYZ | 29.53 | 38.26 | 6.36 | - |
| YUV | 152.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 176 | 17 | 0.11 | 0 | 0.90 | 0.31 | 67.17 | 0.82 | 0.38 |
| Hex | 9D | B0 | 11 | B | 0 | 5A | 1F | 43 | 52 | 26 |
| Octal | 235 | 260 | 21 | 13 | 0 | 132 | 37 | 103 | 122 | 46 |
| Binary | 10011101 | 10110000 | 10001 | 1011 | 0 | 1011010 | 11111 | 1000011 | 1010010 | 100110 |
Color Harmonies of #9DB011
Complementary color
Monochromatic Colors of #9DB011
Black with #9DB011
Text Example
Text Example
White with #9DB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB011; }
p { color: rgb(157,176,17); }
H1.HeaderClassName
{
color: #9DB011;
}
.AnyTagClassName
{
color: #9DB011;
}
</style>
background-color css
<style>
a { background-color: #9DB011; }
a { background-color: rgb(157,176,17); }
div.DivClassName
{
background-color: #9DB011;
}
.BgClassName
{
background-color: #9DB011;
}
</style>
border-color css
<style>
span { border-color: #9DB011; }
span { border-color: rgb(157,176,17); }
td.TdClassName
{
border-color: #9DB011;
}
.TagClassName
{
border-color: #9DB011;
}
</style>