Shades of Citrus #99B902
Tints of Citrus #99B902
RGB
CMYK
RGB Variations
Color information
#99B902 (or 0x99B902) is known color: Citrus. HEX triplet: 99, B9 and 02. RGB value is (153,185,2). Sum of RGB (Red+Green+Blue) = 153+185+2=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #99B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B902 is #6646FD. Grayscale: #9B9B9B. Windows color (decimal): -6702846 or 178585. OLE color: 178585.
HSL color Cylindrical-coordinate representation of color #99B902: hue angle of 70.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99B902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.27 |
| HSL | 70.49º | 0.98% | 0.37% | - |
| HSV(B) | 70.49º | 0.99% | 0.73% | - |
| XYZ | 30.5 | 41.47 | 6.46 | - |
| YUV | 154.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 2 | 0.17 | 0 | 0.99 | 0.27 | 70.49 | 0.98 | 0.37 |
| Hex | 99 | B9 | 2 | 11 | 0 | 63 | 1B | 46 | 62 | 25 |
| Octal | 231 | 271 | 2 | 21 | 0 | 143 | 33 | 106 | 142 | 45 |
| Binary | 10011001 | 10111001 | 10 | 10001 | 0 | 1100011 | 11011 | 1000110 | 1100010 | 100101 |
Color Harmonies of #99B902
Complementary color
Monochromatic Colors of #99B902
Black with #99B902
Text Example
Text Example
White with #99B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B902; }
p { color: rgb(153,185,2); }
H1.HeaderClassName
{
color: #99B902;
}
.AnyTagClassName
{
color: #99B902;
}
</style>
background-color css
<style>
a { background-color: #99B902; }
a { background-color: rgb(153,185,2); }
div.DivClassName
{
background-color: #99B902;
}
.BgClassName
{
background-color: #99B902;
}
</style>
border-color css
<style>
span { border-color: #99B902; }
span { border-color: rgb(153,185,2); }
td.TdClassName
{
border-color: #99B902;
}
.TagClassName
{
border-color: #99B902;
}
</style>