Shades of Citron #99951C
Tints of Citron #99951C
RGB
CMYK
RGB Variations
Color information
#99951C (or 0x99951C) is known color: Citron. HEX triplet: 99, 95 and 1C. RGB value is (153,149,28). Sum of RGB (Red+Green+Blue) = 153+149+28=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99951C is #666AE3. Grayscale: #888888. Windows color (decimal): -6712036 or 1873305. OLE color: 1873305.
HSL color Cylindrical-coordinate representation of color #99951C: hue angle of 58.08º 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 #99951C is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 28 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.4 |
| HSL | 58.08º | 0.69% | 0.35% | - |
| HSV(B) | 58.08º | 0.82% | 0.6% | - |
| XYZ | 24.09 | 28.35 | 5.3 | - |
| YUV | 136.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 28 | 0 | 0.03 | 0.82 | 0.4 | 58.08 | 0.69 | 0.35 |
| Hex | 99 | 95 | 1C | 0 | 3 | 52 | 28 | 3A | 45 | 23 |
| Octal | 231 | 225 | 34 | 0 | 3 | 122 | 50 | 72 | 105 | 43 |
| Binary | 10011001 | 10010101 | 11100 | 0 | 11 | 1010010 | 101000 | 111010 | 1000101 | 100011 |
Color Harmonies of #99951C
Complementary color
Monochromatic Colors of #99951C
Black with #99951C
Text Example
Text Example
White with #99951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99951C; }
p { color: rgb(153,149,28); }
H1.HeaderClassName
{
color: #99951C;
}
.AnyTagClassName
{
color: #99951C;
}
</style>
background-color css
<style>
a { background-color: #99951C; }
a { background-color: rgb(153,149,28); }
div.DivClassName
{
background-color: #99951C;
}
.BgClassName
{
background-color: #99951C;
}
</style>
border-color css
<style>
span { border-color: #99951C; }
span { border-color: rgb(153,149,28); }
td.TdClassName
{
border-color: #99951C;
}
.TagClassName
{
border-color: #99951C;
}
</style>