Shades of Citron #99951D
Tints of Citron #99951D
RGB
CMYK
RGB Variations
Color information
#99951D (or 0x99951D) is known color: Citron. HEX triplet: 99, 95 and 1D. RGB value is (153,149,29). Sum of RGB (Red+Green+Blue) = 153+149+29=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99951D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99951D is #666AE2. Grayscale: #898989. Windows color (decimal): -6712035 or 1938841. OLE color: 1938841.
HSL color Cylindrical-coordinate representation of color #99951D: hue angle of 58.06º 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 #99951D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 29 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.4 |
| HSL | 58.06º | 0.68% | 0.36% | - |
| HSV(B) | 58.06º | 0.81% | 0.6% | - |
| XYZ | 24.11 | 28.36 | 5.37 | - |
| YUV | 136.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 29 | 0 | 0.03 | 0.81 | 0.4 | 58.06 | 0.68 | 0.36 |
| Hex | 99 | 95 | 1D | 0 | 3 | 51 | 28 | 3A | 44 | 24 |
| Octal | 231 | 225 | 35 | 0 | 3 | 121 | 50 | 72 | 104 | 44 |
| Binary | 10011001 | 10010101 | 11101 | 0 | 11 | 1010001 | 101000 | 111010 | 1000100 | 100100 |
Color Harmonies of #99951D
Complementary color
Monochromatic Colors of #99951D
Black with #99951D
Text Example
Text Example
White with #99951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99951D; }
p { color: rgb(153,149,29); }
H1.HeaderClassName
{
color: #99951D;
}
.AnyTagClassName
{
color: #99951D;
}
</style>
background-color css
<style>
a { background-color: #99951D; }
a { background-color: rgb(153,149,29); }
div.DivClassName
{
background-color: #99951D;
}
.BgClassName
{
background-color: #99951D;
}
</style>
border-color css
<style>
span { border-color: #99951D; }
span { border-color: rgb(153,149,29); }
td.TdClassName
{
border-color: #99951D;
}
.TagClassName
{
border-color: #99951D;
}
</style>