Shades of Citrus #99BA11
Tints of Citrus #99BA11
RGB
CMYK
RGB Variations
Color information
#99BA11 (or 0x99BA11) is known color: Citrus. HEX triplet: 99, BA and 11. RGB value is (153,186,17). Sum of RGB (Red+Green+Blue) = 153+186+17=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA11 is #6645EE. Grayscale: #9D9D9D. Windows color (decimal): -6702575 or 1161881. OLE color: 1161881.
HSL color Cylindrical-coordinate representation of color #99BA11: hue angle of 71.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99BA11 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 17 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.27 |
| HSL | 71.72º | 0.83% | 0.4% | - |
| HSV(B) | 71.72º | 0.91% | 0.73% | - |
| XYZ | 30.8 | 41.93 | 7 | - |
| YUV | 156.87 | 49.07 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 17 | 0.18 | 0 | 0.91 | 0.27 | 71.72 | 0.83 | 0.4 |
| Hex | 99 | BA | 11 | 12 | 0 | 5B | 1B | 48 | 53 | 28 |
| Octal | 231 | 272 | 21 | 22 | 0 | 133 | 33 | 110 | 123 | 50 |
| Binary | 10011001 | 10111010 | 10001 | 10010 | 0 | 1011011 | 11011 | 1001000 | 1010011 | 101000 |
Color Harmonies of #99BA11
Complementary color
Monochromatic Colors of #99BA11
Black with #99BA11
Text Example
Text Example
White with #99BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA11; }
p { color: rgb(153,186,17); }
H1.HeaderClassName
{
color: #99BA11;
}
.AnyTagClassName
{
color: #99BA11;
}
</style>
background-color css
<style>
a { background-color: #99BA11; }
a { background-color: rgb(153,186,17); }
div.DivClassName
{
background-color: #99BA11;
}
.BgClassName
{
background-color: #99BA11;
}
</style>
border-color css
<style>
span { border-color: #99BA11; }
span { border-color: rgb(153,186,17); }
td.TdClassName
{
border-color: #99BA11;
}
.TagClassName
{
border-color: #99BA11;
}
</style>