Shades of Citrus #99BD0B
Tints of Citrus #99BD0B
RGB
CMYK
RGB Variations
Color information
#99BD0B (or 0x99BD0B) is known color: Citrus. HEX triplet: 99, BD and 0B. RGB value is (153,189,11). Sum of RGB (Red+Green+Blue) = 153+189+11=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BD0B is #6642F4. Grayscale: #9E9E9E. Windows color (decimal): -6701813 or 769433. OLE color: 769433.
HSL color Cylindrical-coordinate representation of color #99BD0B: hue angle of 72.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99BD0B is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 11 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.26 |
| HSL | 72.13º | 0.89% | 0.39% | - |
| HSV(B) | 72.13º | 0.94% | 0.74% | - |
| XYZ | 31.39 | 43.19 | 7 | - |
| YUV | 157.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 11 | 0.19 | 0 | 0.94 | 0.26 | 72.13 | 0.89 | 0.39 |
| Hex | 99 | BD | B | 13 | 0 | 5E | 1A | 48 | 59 | 27 |
| Octal | 231 | 275 | 13 | 23 | 0 | 136 | 32 | 110 | 131 | 47 |
| Binary | 10011001 | 10111101 | 1011 | 10011 | 0 | 1011110 | 11010 | 1001000 | 1011001 | 100111 |
Color Harmonies of #99BD0B
Complementary color
Monochromatic Colors of #99BD0B
Black with #99BD0B
Text Example
Text Example
White with #99BD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD0B; }
p { color: rgb(153,189,11); }
H1.HeaderClassName
{
color: #99BD0B;
}
.AnyTagClassName
{
color: #99BD0B;
}
</style>
background-color css
<style>
a { background-color: #99BD0B; }
a { background-color: rgb(153,189,11); }
div.DivClassName
{
background-color: #99BD0B;
}
.BgClassName
{
background-color: #99BD0B;
}
</style>
border-color css
<style>
span { border-color: #99BD0B; }
span { border-color: rgb(153,189,11); }
td.TdClassName
{
border-color: #99BD0B;
}
.TagClassName
{
border-color: #99BD0B;
}
</style>