Shades of Citrus #999B05
Tints of Citrus #999B05
RGB
CMYK
RGB Variations
Color information
#999B05 (or 0x999B05) is known color: Citrus. HEX triplet: 99, 9B and 05. RGB value is (153,155,5). Sum of RGB (Red+Green+Blue) = 153+155+5=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #999B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B05 is #6664FA. Grayscale: #898989. Windows color (decimal): -6710523 or 367513. OLE color: 367513.
HSL color Cylindrical-coordinate representation of color #999B05: hue angle of 60.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999B05 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.39 |
| HSL | 60.8º | 0.94% | 0.31% | - |
| HSV(B) | 60.8º | 0.97% | 0.61% | - |
| XYZ | 24.89 | 30.23 | 4.67 | - |
| YUV | 137.3 | 53.34 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 5 | 0.01 | 0 | 0.97 | 0.39 | 60.8 | 0.94 | 0.31 |
| Hex | 99 | 9B | 5 | 1 | 0 | 61 | 27 | 3D | 5E | 1F |
| Octal | 231 | 233 | 5 | 1 | 0 | 141 | 47 | 75 | 136 | 37 |
| Binary | 10011001 | 10011011 | 101 | 1 | 0 | 1100001 | 100111 | 111101 | 1011110 | 11111 |
Color Harmonies of #999B05
Complementary color
Monochromatic Colors of #999B05
Black with #999B05
Text Example
Text Example
White with #999B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B05; }
p { color: rgb(153,155,5); }
H1.HeaderClassName
{
color: #999B05;
}
.AnyTagClassName
{
color: #999B05;
}
</style>
background-color css
<style>
a { background-color: #999B05; }
a { background-color: rgb(153,155,5); }
div.DivClassName
{
background-color: #999B05;
}
.BgClassName
{
background-color: #999B05;
}
</style>
border-color css
<style>
span { border-color: #999B05; }
span { border-color: rgb(153,155,5); }
td.TdClassName
{
border-color: #999B05;
}
.TagClassName
{
border-color: #999B05;
}
</style>