Shades of Citrus #99BF0F
Tints of Citrus #99BF0F
RGB
CMYK
RGB Variations
Color information
#99BF0F (or 0x99BF0F) is known color: Citrus. HEX triplet: 99, BF and 0F. RGB value is (153,191,15). Sum of RGB (Red+Green+Blue) = 153+191+15=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99BF0F is #6640F0. Grayscale: #A0A0A0. Windows color (decimal): -6701297 or 1032089. OLE color: 1032089.
HSL color Cylindrical-coordinate representation of color #99BF0F: hue angle of 72.95º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99BF0F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 191 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.25 |
| HSL | 72.95º | 0.85% | 0.4% | - |
| HSV(B) | 72.95º | 0.92% | 0.75% | - |
| XYZ | 31.85 | 44.07 | 7.28 | - |
| YUV | 159.57 | 46.41 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 191 | 15 | 0.20 | 0 | 0.92 | 0.25 | 72.95 | 0.85 | 0.4 |
| Hex | 99 | BF | F | 14 | 0 | 5C | 19 | 49 | 55 | 28 |
| Octal | 231 | 277 | 17 | 24 | 0 | 134 | 31 | 111 | 125 | 50 |
| Binary | 10011001 | 10111111 | 1111 | 10100 | 0 | 1011100 | 11001 | 1001001 | 1010101 | 101000 |
Color Harmonies of #99BF0F
Complementary color
Monochromatic Colors of #99BF0F
Black with #99BF0F
Text Example
Text Example
White with #99BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BF0F; }
p { color: rgb(153,191,15); }
H1.HeaderClassName
{
color: #99BF0F;
}
.AnyTagClassName
{
color: #99BF0F;
}
</style>
background-color css
<style>
a { background-color: #99BF0F; }
a { background-color: rgb(153,191,15); }
div.DivClassName
{
background-color: #99BF0F;
}
.BgClassName
{
background-color: #99BF0F;
}
</style>
border-color css
<style>
span { border-color: #99BF0F; }
span { border-color: rgb(153,191,15); }
td.TdClassName
{
border-color: #99BF0F;
}
.TagClassName
{
border-color: #99BF0F;
}
</style>