Shades of Citron #999B10
Tints of Citron #999B10
RGB
CMYK
RGB Variations
Color information
#999B10 (or 0x999B10) is known color: Citron. HEX triplet: 99, 9B and 10. RGB value is (153,155,16). Sum of RGB (Red+Green+Blue) = 153+155+16=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #999B10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B10 is #6664EF. Grayscale: #8B8B8B. Windows color (decimal): -6710512 or 1088409. OLE color: 1088409.
HSL color Cylindrical-coordinate representation of color #999B10: hue angle of 60.86º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #999B10 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 16 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.39 |
| HSL | 60.86º | 0.81% | 0.34% | - |
| HSV(B) | 60.86º | 0.9% | 0.61% | - |
| XYZ | 24.95 | 30.25 | 5.01 | - |
| YUV | 138.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 16 | 0.01 | 0 | 0.90 | 0.39 | 60.86 | 0.81 | 0.34 |
| Hex | 99 | 9B | 10 | 1 | 0 | 5A | 27 | 3D | 51 | 22 |
| Octal | 231 | 233 | 20 | 1 | 0 | 132 | 47 | 75 | 121 | 42 |
| Binary | 10011001 | 10011011 | 10000 | 1 | 0 | 1011010 | 100111 | 111101 | 1010001 | 100010 |
Color Harmonies of #999B10
Complementary color
Monochromatic Colors of #999B10
Black with #999B10
Text Example
Text Example
White with #999B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B10; }
p { color: rgb(153,155,16); }
H1.HeaderClassName
{
color: #999B10;
}
.AnyTagClassName
{
color: #999B10;
}
</style>
background-color css
<style>
a { background-color: #999B10; }
a { background-color: rgb(153,155,16); }
div.DivClassName
{
background-color: #999B10;
}
.BgClassName
{
background-color: #999B10;
}
</style>
border-color css
<style>
span { border-color: #999B10; }
span { border-color: rgb(153,155,16); }
td.TdClassName
{
border-color: #999B10;
}
.TagClassName
{
border-color: #999B10;
}
</style>