Shades of Citrus #9DBF0B
Tints of Citrus #9DBF0B
RGB
CMYK
RGB Variations
Color information
#9DBF0B (or 0x9DBF0B) is known color: Citrus. HEX triplet: 9D, BF and 0B. RGB value is (157,191,11). Sum of RGB (Red+Green+Blue) = 157+191+11=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF0B is #6240F4. Grayscale: #A1A1A1. Windows color (decimal): -6439157 or 769949. OLE color: 769949.
HSL color Cylindrical-coordinate representation of color #9DBF0B: hue angle of 71.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DBF0B is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 11 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.25 |
| HSL | 71.33º | 0.89% | 0.4% | - |
| HSV(B) | 71.33º | 0.94% | 0.75% | - |
| XYZ | 32.6 | 44.45 | 7.18 | - |
| YUV | 160.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 11 | 0.18 | 0 | 0.94 | 0.25 | 71.33 | 0.89 | 0.4 |
| Hex | 9D | BF | B | 12 | 0 | 5E | 19 | 47 | 59 | 28 |
| Octal | 235 | 277 | 13 | 22 | 0 | 136 | 31 | 107 | 131 | 50 |
| Binary | 10011101 | 10111111 | 1011 | 10010 | 0 | 1011110 | 11001 | 1000111 | 1011001 | 101000 |
Color Harmonies of #9DBF0B
Complementary color
Monochromatic Colors of #9DBF0B
Black with #9DBF0B
Text Example
Text Example
White with #9DBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF0B; }
p { color: rgb(157,191,11); }
H1.HeaderClassName
{
color: #9DBF0B;
}
.AnyTagClassName
{
color: #9DBF0B;
}
</style>
background-color css
<style>
a { background-color: #9DBF0B; }
a { background-color: rgb(157,191,11); }
div.DivClassName
{
background-color: #9DBF0B;
}
.BgClassName
{
background-color: #9DBF0B;
}
</style>
border-color css
<style>
span { border-color: #9DBF0B; }
span { border-color: rgb(157,191,11); }
td.TdClassName
{
border-color: #9DBF0B;
}
.TagClassName
{
border-color: #9DBF0B;
}
</style>