Shades of Citrus #99B306
Tints of Citrus #99B306
RGB
CMYK
RGB Variations
Color information
#99B306 (or 0x99B306) is known color: Citrus. HEX triplet: 99, B3 and 06. RGB value is (153,179,6). Sum of RGB (Red+Green+Blue) = 153+179+6=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #99B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B306 is #664CF9. Grayscale: #989898. Windows color (decimal): -6704378 or 439193. OLE color: 439193.
HSL color Cylindrical-coordinate representation of color #99B306: hue angle of 69.02º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99B306 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 6 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.30 |
| HSL | 69.02º | 0.94% | 0.36% | - |
| HSV(B) | 69.02º | 0.97% | 0.7% | - |
| XYZ | 29.29 | 39.03 | 6.16 | - |
| YUV | 151.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 6 | 0.15 | 0 | 0.97 | 0.30 | 69.02 | 0.94 | 0.36 |
| Hex | 99 | B3 | 6 | F | 0 | 61 | 1E | 45 | 5E | 24 |
| Octal | 231 | 263 | 6 | 17 | 0 | 141 | 36 | 105 | 136 | 44 |
| Binary | 10011001 | 10110011 | 110 | 1111 | 0 | 1100001 | 11110 | 1000101 | 1011110 | 100100 |
Color Harmonies of #99B306
Complementary color
Monochromatic Colors of #99B306
Black with #99B306
Text Example
Text Example
White with #99B306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B306; }
p { color: rgb(153,179,6); }
H1.HeaderClassName
{
color: #99B306;
}
.AnyTagClassName
{
color: #99B306;
}
</style>
background-color css
<style>
a { background-color: #99B306; }
a { background-color: rgb(153,179,6); }
div.DivClassName
{
background-color: #99B306;
}
.BgClassName
{
background-color: #99B306;
}
</style>
border-color css
<style>
span { border-color: #99B306; }
span { border-color: rgb(153,179,6); }
td.TdClassName
{
border-color: #99B306;
}
.TagClassName
{
border-color: #99B306;
}
</style>