Shades of Citrus #999B01
Tints of Citrus #999B01
RGB
CMYK
RGB Variations
Color information
#999B01 (or 0x999B01) is known color: Citrus. HEX triplet: 99, 9B and 01. RGB value is (153,155,1). Sum of RGB (Red+Green+Blue) = 153+155+1=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #999B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999B01 is #6664FE. Grayscale: #898989. Windows color (decimal): -6710527 or 105369. OLE color: 105369.
HSL color Cylindrical-coordinate representation of color #999B01: hue angle of 60.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #999B01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.39 |
| HSL | 60.78º | 0.99% | 0.31% | - |
| HSV(B) | 60.78º | 0.99% | 0.61% | - |
| XYZ | 24.86 | 30.22 | 4.55 | - |
| YUV | 136.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 1 | 0.01 | 0 | 0.99 | 0.39 | 60.78 | 0.99 | 0.31 |
| Hex | 99 | 9B | 1 | 1 | 0 | 63 | 27 | 3D | 63 | 1F |
| Octal | 231 | 233 | 1 | 1 | 0 | 143 | 47 | 75 | 143 | 37 |
| Binary | 10011001 | 10011011 | 1 | 1 | 0 | 1100011 | 100111 | 111101 | 1100011 | 11111 |
Color Harmonies of #999B01
Complementary color
Monochromatic Colors of #999B01
Black with #999B01
Text Example
Text Example
White with #999B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B01; }
p { color: rgb(153,155,1); }
H1.HeaderClassName
{
color: #999B01;
}
.AnyTagClassName
{
color: #999B01;
}
</style>
background-color css
<style>
a { background-color: #999B01; }
a { background-color: rgb(153,155,1); }
div.DivClassName
{
background-color: #999B01;
}
.BgClassName
{
background-color: #999B01;
}
</style>
border-color css
<style>
span { border-color: #999B01; }
span { border-color: rgb(153,155,1); }
td.TdClassName
{
border-color: #999B01;
}
.TagClassName
{
border-color: #999B01;
}
</style>