Shades of Citrus #99B711
Tints of Citrus #99B711
RGB
CMYK
RGB Variations
Color information
#99B711 (or 0x99B711) is known color: Citrus. HEX triplet: 99, B7 and 11. RGB value is (153,183,17). Sum of RGB (Red+Green+Blue) = 153+183+17=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #99B711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99B711 is #6648EE. Grayscale: #9B9B9B. Windows color (decimal): -6703343 or 1161113. OLE color: 1161113.
HSL color Cylindrical-coordinate representation of color #99B711: hue angle of 70.84º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99B711 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 183 | 17 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.28 |
| HSL | 70.84º | 0.83% | 0.39% | - |
| HSV(B) | 70.84º | 0.91% | 0.72% | - |
| XYZ | 30.17 | 40.68 | 6.79 | - |
| YUV | 155.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 183 | 17 | 0.16 | 0 | 0.91 | 0.28 | 70.84 | 0.83 | 0.39 |
| Hex | 99 | B7 | 11 | 10 | 0 | 5B | 1C | 47 | 53 | 27 |
| Octal | 231 | 267 | 21 | 20 | 0 | 133 | 34 | 107 | 123 | 47 |
| Binary | 10011001 | 10110111 | 10001 | 10000 | 0 | 1011011 | 11100 | 1000111 | 1010011 | 100111 |
Color Harmonies of #99B711
Complementary color
Monochromatic Colors of #99B711
Black with #99B711
Text Example
Text Example
White with #99B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B711; }
p { color: rgb(153,183,17); }
H1.HeaderClassName
{
color: #99B711;
}
.AnyTagClassName
{
color: #99B711;
}
</style>
background-color css
<style>
a { background-color: #99B711; }
a { background-color: rgb(153,183,17); }
div.DivClassName
{
background-color: #99B711;
}
.BgClassName
{
background-color: #99B711;
}
</style>
border-color css
<style>
span { border-color: #99B711; }
span { border-color: rgb(153,183,17); }
td.TdClassName
{
border-color: #99B711;
}
.TagClassName
{
border-color: #99B711;
}
</style>