Shades of Citron #99931C
Tints of Citron #99931C
RGB
CMYK
RGB Variations
Color information
#99931C (or 0x99931C) is known color: Citron. HEX triplet: 99, 93 and 1C. RGB value is (153,147,28). Sum of RGB (Red+Green+Blue) = 153+147+28=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99931C is #666CE3. Grayscale: #878787. Windows color (decimal): -6712548 or 1872793. OLE color: 1872793.
HSL color Cylindrical-coordinate representation of color #99931C: hue angle of 57.12º 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 #99931C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 28 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.4 |
| HSL | 57.12º | 0.69% | 0.35% | - |
| HSV(B) | 57.12º | 0.82% | 0.6% | - |
| XYZ | 23.78 | 27.72 | 5.2 | - |
| YUV | 135.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 28 | 0 | 0.04 | 0.82 | 0.4 | 57.12 | 0.69 | 0.35 |
| Hex | 99 | 93 | 1C | 0 | 4 | 52 | 28 | 39 | 45 | 23 |
| Octal | 231 | 223 | 34 | 0 | 4 | 122 | 50 | 71 | 105 | 43 |
| Binary | 10011001 | 10010011 | 11100 | 0 | 100 | 1010010 | 101000 | 111001 | 1000101 | 100011 |
Color Harmonies of #99931C
Complementary color
Monochromatic Colors of #99931C
Black with #99931C
Text Example
Text Example
White with #99931C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99931C; }
p { color: rgb(153,147,28); }
H1.HeaderClassName
{
color: #99931C;
}
.AnyTagClassName
{
color: #99931C;
}
</style>
background-color css
<style>
a { background-color: #99931C; }
a { background-color: rgb(153,147,28); }
div.DivClassName
{
background-color: #99931C;
}
.BgClassName
{
background-color: #99931C;
}
</style>
border-color css
<style>
span { border-color: #99931C; }
span { border-color: rgb(153,147,28); }
td.TdClassName
{
border-color: #99931C;
}
.TagClassName
{
border-color: #99931C;
}
</style>