Shades of Citrus #9DBB0D
Tints of Citrus #9DBB0D
RGB
CMYK
RGB Variations
Color information
#9DBB0D (or 0x9DBB0D) is known color: Citrus. HEX triplet: 9D, BB and 0D. RGB value is (157,187,13). Sum of RGB (Red+Green+Blue) = 157+187+13=357 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.98% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBB0D is #6244F2. Grayscale: #9E9E9E. Windows color (decimal): -6440179 or 899997. OLE color: 899997.
HSL color Cylindrical-coordinate representation of color #9DBB0D: hue angle of 70.34º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DBB0D is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 187 | 13 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.27 |
| HSL | 70.34º | 0.87% | 0.39% | - |
| HSV(B) | 70.34º | 0.93% | 0.73% | - |
| XYZ | 31.75 | 42.74 | 6.96 | - |
| YUV | 158.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 187 | 13 | 0.16 | 0 | 0.93 | 0.27 | 70.34 | 0.87 | 0.39 |
| Hex | 9D | BB | D | 10 | 0 | 5D | 1B | 46 | 57 | 27 |
| Octal | 235 | 273 | 15 | 20 | 0 | 135 | 33 | 106 | 127 | 47 |
| Binary | 10011101 | 10111011 | 1101 | 10000 | 0 | 1011101 | 11011 | 1000110 | 1010111 | 100111 |
Color Harmonies of #9DBB0D
Complementary color
Monochromatic Colors of #9DBB0D
Black with #9DBB0D
Text Example
Text Example
White with #9DBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBB0D; }
p { color: rgb(157,187,13); }
H1.HeaderClassName
{
color: #9DBB0D;
}
.AnyTagClassName
{
color: #9DBB0D;
}
</style>
background-color css
<style>
a { background-color: #9DBB0D; }
a { background-color: rgb(157,187,13); }
div.DivClassName
{
background-color: #9DBB0D;
}
.BgClassName
{
background-color: #9DBB0D;
}
</style>
border-color css
<style>
span { border-color: #9DBB0D; }
span { border-color: rgb(157,187,13); }
td.TdClassName
{
border-color: #9DBB0D;
}
.TagClassName
{
border-color: #9DBB0D;
}
</style>