Shades of Citrus #99BA06
Tints of Citrus #99BA06
RGB
CMYK
RGB Variations
Color information
#99BA06 (or 0x99BA06) is known color: Citrus. HEX triplet: 99, BA and 06. RGB value is (153,186,6). Sum of RGB (Red+Green+Blue) = 153+186+6=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA06 is #6645F9. Grayscale: #9C9C9C. Windows color (decimal): -6702586 or 440985. OLE color: 440985.
HSL color Cylindrical-coordinate representation of color #99BA06: hue angle of 71º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99BA06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.27 |
| HSL | 71º | 0.94% | 0.38% | - |
| HSV(B) | 71º | 0.97% | 0.73% | - |
| XYZ | 30.73 | 41.9 | 6.64 | - |
| YUV | 155.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 6 | 0.18 | 0 | 0.97 | 0.27 | 71 | 0.94 | 0.38 |
| Hex | 99 | BA | 6 | 12 | 0 | 61 | 1B | 47 | 5E | 26 |
| Octal | 231 | 272 | 6 | 22 | 0 | 141 | 33 | 107 | 136 | 46 |
| Binary | 10011001 | 10111010 | 110 | 10010 | 0 | 1100001 | 11011 | 1000111 | 1011110 | 100110 |
Color Harmonies of #99BA06
Complementary color
Monochromatic Colors of #99BA06
Black with #99BA06
Text Example
Text Example
White with #99BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA06; }
p { color: rgb(153,186,6); }
H1.HeaderClassName
{
color: #99BA06;
}
.AnyTagClassName
{
color: #99BA06;
}
</style>
background-color css
<style>
a { background-color: #99BA06; }
a { background-color: rgb(153,186,6); }
div.DivClassName
{
background-color: #99BA06;
}
.BgClassName
{
background-color: #99BA06;
}
</style>
border-color css
<style>
span { border-color: #99BA06; }
span { border-color: rgb(153,186,6); }
td.TdClassName
{
border-color: #99BA06;
}
.TagClassName
{
border-color: #99BA06;
}
</style>