Shades of Citrus #99BA03
Tints of Citrus #99BA03
RGB
CMYK
RGB Variations
Color information
#99BA03 (or 0x99BA03) is known color: Citrus. HEX triplet: 99, BA and 03. RGB value is (153,186,3). Sum of RGB (Red+Green+Blue) = 153+186+3=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA03 is #6645FC. Grayscale: #9B9B9B. Windows color (decimal): -6702589 or 244377. OLE color: 244377.
HSL color Cylindrical-coordinate representation of color #99BA03: hue angle of 70.82º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99BA03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.27 |
| HSL | 70.82º | 0.97% | 0.37% | - |
| HSV(B) | 70.82º | 0.98% | 0.73% | - |
| XYZ | 30.71 | 41.9 | 6.55 | - |
| YUV | 155.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 3 | 0.18 | 0 | 0.98 | 0.27 | 70.82 | 0.97 | 0.37 |
| Hex | 99 | BA | 3 | 12 | 0 | 62 | 1B | 47 | 61 | 25 |
| Octal | 231 | 272 | 3 | 22 | 0 | 142 | 33 | 107 | 141 | 45 |
| Binary | 10011001 | 10111010 | 11 | 10010 | 0 | 1100010 | 11011 | 1000111 | 1100001 | 100101 |
Color Harmonies of #99BA03
Complementary color
Monochromatic Colors of #99BA03
Black with #99BA03
Text Example
Text Example
White with #99BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA03; }
p { color: rgb(153,186,3); }
H1.HeaderClassName
{
color: #99BA03;
}
.AnyTagClassName
{
color: #99BA03;
}
</style>
background-color css
<style>
a { background-color: #99BA03; }
a { background-color: rgb(153,186,3); }
div.DivClassName
{
background-color: #99BA03;
}
.BgClassName
{
background-color: #99BA03;
}
</style>
border-color css
<style>
span { border-color: #99BA03; }
span { border-color: rgb(153,186,3); }
td.TdClassName
{
border-color: #99BA03;
}
.TagClassName
{
border-color: #99BA03;
}
</style>