Shades of Citron #99992B
Tints of Citron #99992B
RGB
CMYK
RGB Variations
Color information
#99992B (or 0x99992B) is known color: Citron. HEX triplet: 99, 99 and 2B. RGB value is (153,153,43). Sum of RGB (Red+Green+Blue) = 153+153+43=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99992B is #6666D4. Grayscale: #8C8C8C. Windows color (decimal): -6710997 or 2857369. OLE color: 2857369.
HSL color Cylindrical-coordinate representation of color #99992B: hue angle of 60º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99992B is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 43 | - |
| CMYK | 0 | 0 | 0.72 | 0.4 |
| HSL | 60º | 0.56% | 0.38% | - |
| HSV(B) | 60º | 0.72% | 0.6% | - |
| XYZ | 24.96 | 29.73 | 6.71 | - |
| YUV | 140.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 43 | 0 | 0 | 0.72 | 0.4 | 60 | 0.56 | 0.38 |
| Hex | 99 | 99 | 2B | 0 | 0 | 48 | 28 | 3C | 38 | 26 |
| Octal | 231 | 231 | 53 | 0 | 0 | 110 | 50 | 74 | 70 | 46 |
| Binary | 10011001 | 10011001 | 101011 | 0 | 0 | 1001000 | 101000 | 111100 | 111000 | 100110 |
Color Harmonies of #99992B
Complementary color
Monochromatic Colors of #99992B
Black with #99992B
Text Example
Text Example
White with #99992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99992B; }
p { color: rgb(153,153,43); }
H1.HeaderClassName
{
color: #99992B;
}
.AnyTagClassName
{
color: #99992B;
}
</style>
background-color css
<style>
a { background-color: #99992B; }
a { background-color: rgb(153,153,43); }
div.DivClassName
{
background-color: #99992B;
}
.BgClassName
{
background-color: #99992B;
}
</style>
border-color css
<style>
span { border-color: #99992B; }
span { border-color: rgb(153,153,43); }
td.TdClassName
{
border-color: #99992B;
}
.TagClassName
{
border-color: #99992B;
}
</style>