Shades of Citron #99941D
Tints of Citron #99941D
RGB
CMYK
RGB Variations
Color information
#99941D (or 0x99941D) is known color: Citron. HEX triplet: 99, 94 and 1D. RGB value is (153,148,29). Sum of RGB (Red+Green+Blue) = 153+148+29=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99941D is #666BE2. Grayscale: #888888. Windows color (decimal): -6712291 or 1938585. OLE color: 1938585.
HSL color Cylindrical-coordinate representation of color #99941D: hue angle of 57.58º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99941D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 29 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.4 |
| HSL | 57.58º | 0.68% | 0.36% | - |
| HSV(B) | 57.58º | 0.81% | 0.6% | - |
| XYZ | 23.95 | 28.04 | 5.31 | - |
| YUV | 135.93 | 67.66 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 29 | 0 | 0.03 | 0.81 | 0.4 | 57.58 | 0.68 | 0.36 |
| Hex | 99 | 94 | 1D | 0 | 3 | 51 | 28 | 3A | 44 | 24 |
| Octal | 231 | 224 | 35 | 0 | 3 | 121 | 50 | 72 | 104 | 44 |
| Binary | 10011001 | 10010100 | 11101 | 0 | 11 | 1010001 | 101000 | 111010 | 1000100 | 100100 |
Color Harmonies of #99941D
Complementary color
Monochromatic Colors of #99941D
Black with #99941D
Text Example
Text Example
White with #99941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99941D; }
p { color: rgb(153,148,29); }
H1.HeaderClassName
{
color: #99941D;
}
.AnyTagClassName
{
color: #99941D;
}
</style>
background-color css
<style>
a { background-color: #99941D; }
a { background-color: rgb(153,148,29); }
div.DivClassName
{
background-color: #99941D;
}
.BgClassName
{
background-color: #99941D;
}
</style>
border-color css
<style>
span { border-color: #99941D; }
span { border-color: rgb(153,148,29); }
td.TdClassName
{
border-color: #99941D;
}
.TagClassName
{
border-color: #99941D;
}
</style>