Shades of Citron #99992A
Tints of Citron #99992A
RGB
CMYK
RGB Variations
Color information
#99992A (or 0x99992A) is known color: Citron. HEX triplet: 99, 99 and 2A. RGB value is (153,153,42). Sum of RGB (Red+Green+Blue) = 153+153+42=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99992A is #6666D5. Grayscale: #8C8C8C. Windows color (decimal): -6710998 or 2791833. OLE color: 2791833.
HSL color Cylindrical-coordinate representation of color #99992A: hue angle of 60º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99992A is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 42 | - |
| CMYK | 0 | 0 | 0.73 | 0.4 |
| HSL | 60º | 0.57% | 0.38% | - |
| HSV(B) | 60º | 0.73% | 0.6% | - |
| XYZ | 24.95 | 29.72 | 6.61 | - |
| YUV | 140.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 42 | 0 | 0 | 0.73 | 0.4 | 60 | 0.57 | 0.38 |
| Hex | 99 | 99 | 2A | 0 | 0 | 49 | 28 | 3C | 39 | 26 |
| Octal | 231 | 231 | 52 | 0 | 0 | 111 | 50 | 74 | 71 | 46 |
| Binary | 10011001 | 10011001 | 101010 | 0 | 0 | 1001001 | 101000 | 111100 | 111001 | 100110 |
Color Harmonies of #99992A
Complementary color
Monochromatic Colors of #99992A
Black with #99992A
Text Example
Text Example
White with #99992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99992A; }
p { color: rgb(153,153,42); }
H1.HeaderClassName
{
color: #99992A;
}
.AnyTagClassName
{
color: #99992A;
}
</style>
background-color css
<style>
a { background-color: #99992A; }
a { background-color: rgb(153,153,42); }
div.DivClassName
{
background-color: #99992A;
}
.BgClassName
{
background-color: #99992A;
}
</style>
border-color css
<style>
span { border-color: #99992A; }
span { border-color: rgb(153,153,42); }
td.TdClassName
{
border-color: #99992A;
}
.TagClassName
{
border-color: #99992A;
}
</style>