Shades of Citrus #99B90F
Tints of Citrus #99B90F
RGB
CMYK
RGB Variations
Color information
#99B90F (or 0x99B90F) is known color: Citrus. HEX triplet: 99, B9 and 0F. RGB value is (153,185,15). Sum of RGB (Red+Green+Blue) = 153+185+15=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #99B90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B90F is #6646F0. Grayscale: #9C9C9C. Windows color (decimal): -6702833 or 1030553. OLE color: 1030553.
HSL color Cylindrical-coordinate representation of color #99B90F: hue angle of 71.29º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99B90F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 185 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.27 |
| HSL | 71.29º | 0.85% | 0.39% | - |
| HSV(B) | 71.29º | 0.92% | 0.73% | - |
| XYZ | 30.57 | 41.5 | 6.85 | - |
| YUV | 156.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 185 | 15 | 0.17 | 0 | 0.92 | 0.27 | 71.29 | 0.85 | 0.39 |
| Hex | 99 | B9 | F | 11 | 0 | 5C | 1B | 47 | 55 | 27 |
| Octal | 231 | 271 | 17 | 21 | 0 | 134 | 33 | 107 | 125 | 47 |
| Binary | 10011001 | 10111001 | 1111 | 10001 | 0 | 1011100 | 11011 | 1000111 | 1010101 | 100111 |
Color Harmonies of #99B90F
Complementary color
Monochromatic Colors of #99B90F
Black with #99B90F
Text Example
Text Example
White with #99B90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B90F; }
p { color: rgb(153,185,15); }
H1.HeaderClassName
{
color: #99B90F;
}
.AnyTagClassName
{
color: #99B90F;
}
</style>
background-color css
<style>
a { background-color: #99B90F; }
a { background-color: rgb(153,185,15); }
div.DivClassName
{
background-color: #99B90F;
}
.BgClassName
{
background-color: #99B90F;
}
</style>
border-color css
<style>
span { border-color: #99B90F; }
span { border-color: rgb(153,185,15); }
td.TdClassName
{
border-color: #99B90F;
}
.TagClassName
{
border-color: #99B90F;
}
</style>