Shades of Citrus #99B700
Tints of Citrus #99B700
RGB
CMYK
RGB Variations
Color information
#99B700 (or 0x99B700) is known color: Citrus. HEX triplet: 99, B7 and 00. RGB value is (153,183,0). Sum of RGB (Red+Green+Blue) = 153+183+0=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #99B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B700 is #6648FF. Grayscale: #999999. Windows color (decimal): -6703360 or 47001. OLE color: 47001.
HSL color Cylindrical-coordinate representation of color #99B700: hue angle of 69.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99B700 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.28 |
| HSL | 69.84º | 1% | 0.36% | - |
| HSV(B) | 69.84º | 1% | 0.72% | - |
| XYZ | 30.07 | 40.64 | 6.26 | - |
| YUV | 153.17 | 41.56 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 0 | 0.16 | 0 | 1 | 0.28 | 69.84 | 1 | 0.36 |
| Hex | 99 | B7 | 0 | 10 | 0 | 64 | 1C | 46 | 64 | 24 |
| Octal | 231 | 267 | 0 | 20 | 0 | 144 | 34 | 106 | 144 | 44 |
| Binary | 10011001 | 10110111 | 0 | 10000 | 0 | 1100100 | 11100 | 1000110 | 1100100 | 100100 |
Color Harmonies of #99B700
Complementary color
Monochromatic Colors of #99B700
Black with #99B700
Text Example
Text Example
White with #99B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B700; }
p { color: rgb(153,183,0); }
H1.HeaderClassName
{
color: #99B700;
}
.AnyTagClassName
{
color: #99B700;
}
</style>
background-color css
<style>
a { background-color: #99B700; }
a { background-color: rgb(153,183,0); }
div.DivClassName
{
background-color: #99B700;
}
.BgClassName
{
background-color: #99B700;
}
</style>
border-color css
<style>
span { border-color: #99B700; }
span { border-color: rgb(153,183,0); }
td.TdClassName
{
border-color: #99B700;
}
.TagClassName
{
border-color: #99B700;
}
</style>