Shades of Citrus #99BA05
Tints of Citrus #99BA05
RGB
CMYK
RGB Variations
Color information
#99BA05 (or 0x99BA05) is known color: Citrus. HEX triplet: 99, BA and 05. RGB value is (153,186,5). Sum of RGB (Red+Green+Blue) = 153+186+5=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA05 is #6645FA. Grayscale: #9C9C9C. Windows color (decimal): -6702587 or 375449. OLE color: 375449.
HSL color Cylindrical-coordinate representation of color #99BA05: hue angle of 70.94º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99BA05 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.27 |
| HSL | 70.94º | 0.95% | 0.37% | - |
| HSV(B) | 70.94º | 0.97% | 0.73% | - |
| XYZ | 30.72 | 41.9 | 6.61 | - |
| YUV | 155.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 5 | 0.18 | 0 | 0.97 | 0.27 | 70.94 | 0.95 | 0.37 |
| Hex | 99 | BA | 5 | 12 | 0 | 61 | 1B | 47 | 5F | 25 |
| Octal | 231 | 272 | 5 | 22 | 0 | 141 | 33 | 107 | 137 | 45 |
| Binary | 10011001 | 10111010 | 101 | 10010 | 0 | 1100001 | 11011 | 1000111 | 1011111 | 100101 |
Color Harmonies of #99BA05
Complementary color
Monochromatic Colors of #99BA05
Black with #99BA05
Text Example
Text Example
White with #99BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA05; }
p { color: rgb(153,186,5); }
H1.HeaderClassName
{
color: #99BA05;
}
.AnyTagClassName
{
color: #99BA05;
}
</style>
background-color css
<style>
a { background-color: #99BA05; }
a { background-color: rgb(153,186,5); }
div.DivClassName
{
background-color: #99BA05;
}
.BgClassName
{
background-color: #99BA05;
}
</style>
border-color css
<style>
span { border-color: #99BA05; }
span { border-color: rgb(153,186,5); }
td.TdClassName
{
border-color: #99BA05;
}
.TagClassName
{
border-color: #99BA05;
}
</style>