Shades of Citrus #99B703
Tints of Citrus #99B703
RGB
CMYK
RGB Variations
Color information
#99B703 (or 0x99B703) is known color: Citrus. HEX triplet: 99, B7 and 03. RGB value is (153,183,3). Sum of RGB (Red+Green+Blue) = 153+183+3=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #99B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B703 is #6648FC. Grayscale: #9A9A9A. Windows color (decimal): -6703357 or 243609. OLE color: 243609.
HSL color Cylindrical-coordinate representation of color #99B703: hue angle of 70º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99B703 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.28 |
| HSL | 70º | 0.97% | 0.36% | - |
| HSV(B) | 70º | 0.98% | 0.72% | - |
| XYZ | 30.09 | 40.65 | 6.35 | - |
| YUV | 153.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 3 | 0.16 | 0 | 0.98 | 0.28 | 70 | 0.97 | 0.36 |
| Hex | 99 | B7 | 3 | 10 | 0 | 62 | 1C | 46 | 61 | 24 |
| Octal | 231 | 267 | 3 | 20 | 0 | 142 | 34 | 106 | 141 | 44 |
| Binary | 10011001 | 10110111 | 11 | 10000 | 0 | 1100010 | 11100 | 1000110 | 1100001 | 100100 |
Color Harmonies of #99B703
Complementary color
Monochromatic Colors of #99B703
Black with #99B703
Text Example
Text Example
White with #99B703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B703; }
p { color: rgb(153,183,3); }
H1.HeaderClassName
{
color: #99B703;
}
.AnyTagClassName
{
color: #99B703;
}
</style>
background-color css
<style>
a { background-color: #99B703; }
a { background-color: rgb(153,183,3); }
div.DivClassName
{
background-color: #99B703;
}
.BgClassName
{
background-color: #99B703;
}
</style>
border-color css
<style>
span { border-color: #99B703; }
span { border-color: rgb(153,183,3); }
td.TdClassName
{
border-color: #99B703;
}
.TagClassName
{
border-color: #99B703;
}
</style>