Shades of Citron #999B0F
Tints of Citron #999B0F
RGB
CMYK
RGB Variations
Color information
#999B0F (or 0x999B0F) is known color: Citron. HEX triplet: 99, 9B and 0F. RGB value is (153,155,15). Sum of RGB (Red+Green+Blue) = 153+155+15=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #999B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B0F is #6664F0. Grayscale: #8B8B8B. Windows color (decimal): -6710513 or 1022873. OLE color: 1022873.
HSL color Cylindrical-coordinate representation of color #999B0F: hue angle of 60.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #999B0F is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 15 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.39 |
| HSL | 60.86º | 0.82% | 0.33% | - |
| HSV(B) | 60.86º | 0.9% | 0.61% | - |
| XYZ | 24.94 | 30.25 | 4.98 | - |
| YUV | 138.44 | 58.34 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 15 | 0.01 | 0 | 0.90 | 0.39 | 60.86 | 0.82 | 0.33 |
| Hex | 99 | 9B | F | 1 | 0 | 5A | 27 | 3D | 52 | 21 |
| Octal | 231 | 233 | 17 | 1 | 0 | 132 | 47 | 75 | 122 | 41 |
| Binary | 10011001 | 10011011 | 1111 | 1 | 0 | 1011010 | 100111 | 111101 | 1010010 | 100001 |
Color Harmonies of #999B0F
Complementary color
Monochromatic Colors of #999B0F
Black with #999B0F
Text Example
Text Example
White with #999B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B0F; }
p { color: rgb(153,155,15); }
H1.HeaderClassName
{
color: #999B0F;
}
.AnyTagClassName
{
color: #999B0F;
}
</style>
background-color css
<style>
a { background-color: #999B0F; }
a { background-color: rgb(153,155,15); }
div.DivClassName
{
background-color: #999B0F;
}
.BgClassName
{
background-color: #999B0F;
}
</style>
border-color css
<style>
span { border-color: #999B0F; }
span { border-color: rgb(153,155,15); }
td.TdClassName
{
border-color: #999B0F;
}
.TagClassName
{
border-color: #999B0F;
}
</style>