Shades of Citrus #99BB07
Tints of Citrus #99BB07
RGB
CMYK
RGB Variations
Color information
#99BB07 (or 0x99BB07) is known color: Citrus. HEX triplet: 99, BB and 07. RGB value is (153,187,7). Sum of RGB (Red+Green+Blue) = 153+187+7=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 7 (3.12% from 255 or 2.02% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BB07 is #6644F8. Grayscale: #9D9D9D. Windows color (decimal): -6702329 or 506777. OLE color: 506777.
HSL color Cylindrical-coordinate representation of color #99BB07: hue angle of 71.33º degrees, saturation: 0.93, 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 #99BB07 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 7 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.27 |
| HSL | 71.33º | 0.93% | 0.38% | - |
| HSV(B) | 71.33º | 0.96% | 0.73% | - |
| XYZ | 30.95 | 42.33 | 6.74 | - |
| YUV | 156.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 7 | 0.18 | 0 | 0.96 | 0.27 | 71.33 | 0.93 | 0.38 |
| Hex | 99 | BB | 7 | 12 | 0 | 60 | 1B | 47 | 5D | 26 |
| Octal | 231 | 273 | 7 | 22 | 0 | 140 | 33 | 107 | 135 | 46 |
| Binary | 10011001 | 10111011 | 111 | 10010 | 0 | 1100000 | 11011 | 1000111 | 1011101 | 100110 |
Color Harmonies of #99BB07
Complementary color
Monochromatic Colors of #99BB07
Black with #99BB07
Text Example
Text Example
White with #99BB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB07; }
p { color: rgb(153,187,7); }
H1.HeaderClassName
{
color: #99BB07;
}
.AnyTagClassName
{
color: #99BB07;
}
</style>
background-color css
<style>
a { background-color: #99BB07; }
a { background-color: rgb(153,187,7); }
div.DivClassName
{
background-color: #99BB07;
}
.BgClassName
{
background-color: #99BB07;
}
</style>
border-color css
<style>
span { border-color: #99BB07; }
span { border-color: rgb(153,187,7); }
td.TdClassName
{
border-color: #99BB07;
}
.TagClassName
{
border-color: #99BB07;
}
</style>