Shades of Citrus #99BA08
Tints of Citrus #99BA08
RGB
CMYK
RGB Variations
Color information
#99BA08 (or 0x99BA08) is known color: Citrus. HEX triplet: 99, BA and 08. RGB value is (153,186,8). Sum of RGB (Red+Green+Blue) = 153+186+8=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BA08 is #6645F7. Grayscale: #9C9C9C. Windows color (decimal): -6702584 or 572057. OLE color: 572057.
HSL color Cylindrical-coordinate representation of color #99BA08: hue angle of 71.12º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99BA08 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 8 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.27 |
| HSL | 71.12º | 0.92% | 0.38% | - |
| HSV(B) | 71.12º | 0.96% | 0.73% | - |
| XYZ | 30.74 | 41.91 | 6.7 | - |
| YUV | 155.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 8 | 0.18 | 0 | 0.96 | 0.27 | 71.12 | 0.92 | 0.38 |
| Hex | 99 | BA | 8 | 12 | 0 | 60 | 1B | 47 | 5C | 26 |
| Octal | 231 | 272 | 10 | 22 | 0 | 140 | 33 | 107 | 134 | 46 |
| Binary | 10011001 | 10111010 | 1000 | 10010 | 0 | 1100000 | 11011 | 1000111 | 1011100 | 100110 |
Color Harmonies of #99BA08
Complementary color
Monochromatic Colors of #99BA08
Black with #99BA08
Text Example
Text Example
White with #99BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA08; }
p { color: rgb(153,186,8); }
H1.HeaderClassName
{
color: #99BA08;
}
.AnyTagClassName
{
color: #99BA08;
}
</style>
background-color css
<style>
a { background-color: #99BA08; }
a { background-color: rgb(153,186,8); }
div.DivClassName
{
background-color: #99BA08;
}
.BgClassName
{
background-color: #99BA08;
}
</style>
border-color css
<style>
span { border-color: #99BA08; }
span { border-color: rgb(153,186,8); }
td.TdClassName
{
border-color: #99BA08;
}
.TagClassName
{
border-color: #99BA08;
}
</style>