Shades of Citron #999B20
Tints of Citron #999B20
RGB
CMYK
RGB Variations
Color information
#999B20 (or 0x999B20) is known color: Citron. HEX triplet: 99, 9B and 20. RGB value is (153,155,32). Sum of RGB (Red+Green+Blue) = 153+155+32=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 155 (60.94% from 255 or 45.59% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 155 - color contains mainly: green. Hex color #999B20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B20 is #6664DF. Grayscale: #8C8C8C. Windows color (decimal): -6710496 or 2136985. OLE color: 2136985.
HSL color Cylindrical-coordinate representation of color #999B20: hue angle of 60.98º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #999B20 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 32 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.39 |
| HSL | 60.98º | 0.66% | 0.37% | - |
| HSV(B) | 60.98º | 0.79% | 0.61% | - |
| XYZ | 25.12 | 30.32 | 5.89 | - |
| YUV | 140.38 | 66.84 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 32 | 0.01 | 0 | 0.79 | 0.39 | 60.98 | 0.66 | 0.37 |
| Hex | 99 | 9B | 20 | 1 | 0 | 4F | 27 | 3D | 42 | 25 |
| Octal | 231 | 233 | 40 | 1 | 0 | 117 | 47 | 75 | 102 | 45 |
| Binary | 10011001 | 10011011 | 100000 | 1 | 0 | 1001111 | 100111 | 111101 | 1000010 | 100101 |
Color Harmonies of #999B20
Complementary color
Monochromatic Colors of #999B20
Black with #999B20
Text Example
Text Example
White with #999B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B20; }
p { color: rgb(153,155,32); }
H1.HeaderClassName
{
color: #999B20;
}
.AnyTagClassName
{
color: #999B20;
}
</style>
background-color css
<style>
a { background-color: #999B20; }
a { background-color: rgb(153,155,32); }
div.DivClassName
{
background-color: #999B20;
}
.BgClassName
{
background-color: #999B20;
}
</style>
border-color css
<style>
span { border-color: #999B20; }
span { border-color: rgb(153,155,32); }
td.TdClassName
{
border-color: #999B20;
}
.TagClassName
{
border-color: #999B20;
}
</style>