Shades of Citron #99992F
Tints of Citron #99992F
RGB
CMYK
RGB Variations
Color information
#99992F (or 0x99992F) is known color: Citron. HEX triplet: 99, 99 and 2F. RGB value is (153,153,47). Sum of RGB (Red+Green+Blue) = 153+153+47=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99992F is #6666D0. Grayscale: #8D8D8D. Windows color (decimal): -6710993 or 3119513. OLE color: 3119513.
HSL color Cylindrical-coordinate representation of color #99992F: hue angle of 60º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99992F is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 47 | - |
| CMYK | 0 | 0 | 0.69 | 0.4 |
| HSL | 60º | 0.53% | 0.39% | - |
| HSV(B) | 60º | 0.69% | 0.6% | - |
| XYZ | 25.04 | 29.76 | 7.11 | - |
| YUV | 140.92 | 75 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 47 | 0 | 0 | 0.69 | 0.4 | 60 | 0.53 | 0.39 |
| Hex | 99 | 99 | 2F | 0 | 0 | 45 | 28 | 3C | 35 | 27 |
| Octal | 231 | 231 | 57 | 0 | 0 | 105 | 50 | 74 | 65 | 47 |
| Binary | 10011001 | 10011001 | 101111 | 0 | 0 | 1000101 | 101000 | 111100 | 110101 | 100111 |
Color Harmonies of #99992F
Complementary color
Monochromatic Colors of #99992F
Black with #99992F
Text Example
Text Example
White with #99992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99992F; }
p { color: rgb(153,153,47); }
H1.HeaderClassName
{
color: #99992F;
}
.AnyTagClassName
{
color: #99992F;
}
</style>
background-color css
<style>
a { background-color: #99992F; }
a { background-color: rgb(153,153,47); }
div.DivClassName
{
background-color: #99992F;
}
.BgClassName
{
background-color: #99992F;
}
</style>
border-color css
<style>
span { border-color: #99992F; }
span { border-color: rgb(153,153,47); }
td.TdClassName
{
border-color: #99992F;
}
.TagClassName
{
border-color: #99992F;
}
</style>