Shades of Citron #99941C
Tints of Citron #99941C
RGB
CMYK
RGB Variations
Color information
#99941C (or 0x99941C) is known color: Citron. HEX triplet: 99, 94 and 1C. RGB value is (153,148,28). Sum of RGB (Red+Green+Blue) = 153+148+28=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99941C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99941C is #666BE3. Grayscale: #888888. Windows color (decimal): -6712292 or 1873049. OLE color: 1873049.
HSL color Cylindrical-coordinate representation of color #99941C: hue angle of 57.6º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99941C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 28 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.4 |
| HSL | 57.6º | 0.69% | 0.35% | - |
| HSV(B) | 57.6º | 0.82% | 0.6% | - |
| XYZ | 23.94 | 28.04 | 5.25 | - |
| YUV | 135.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 28 | 0 | 0.03 | 0.82 | 0.4 | 57.6 | 0.69 | 0.35 |
| Hex | 99 | 94 | 1C | 0 | 3 | 52 | 28 | 3A | 45 | 23 |
| Octal | 231 | 224 | 34 | 0 | 3 | 122 | 50 | 72 | 105 | 43 |
| Binary | 10011001 | 10010100 | 11100 | 0 | 11 | 1010010 | 101000 | 111010 | 1000101 | 100011 |
Color Harmonies of #99941C
Complementary color
Monochromatic Colors of #99941C
Black with #99941C
Text Example
Text Example
White with #99941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99941C; }
p { color: rgb(153,148,28); }
H1.HeaderClassName
{
color: #99941C;
}
.AnyTagClassName
{
color: #99941C;
}
</style>
background-color css
<style>
a { background-color: #99941C; }
a { background-color: rgb(153,148,28); }
div.DivClassName
{
background-color: #99941C;
}
.BgClassName
{
background-color: #99941C;
}
</style>
border-color css
<style>
span { border-color: #99941C; }
span { border-color: rgb(153,148,28); }
td.TdClassName
{
border-color: #99941C;
}
.TagClassName
{
border-color: #99941C;
}
</style>