Shades of Citron #99951F
Tints of Citron #99951F
RGB
CMYK
RGB Variations
Color information
#99951F (or 0x99951F) is known color: Citron. HEX triplet: 99, 95 and 1F. RGB value is (153,149,31). Sum of RGB (Red+Green+Blue) = 153+149+31=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99951F is #666AE0. Grayscale: #898989. Windows color (decimal): -6712033 or 2069913. OLE color: 2069913.
HSL color Cylindrical-coordinate representation of color #99951F: hue angle of 58.03º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99951F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 31 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.4 |
| HSL | 58.03º | 0.66% | 0.36% | - |
| HSV(B) | 58.03º | 0.8% | 0.6% | - |
| XYZ | 24.13 | 28.37 | 5.5 | - |
| YUV | 136.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 31 | 0 | 0.03 | 0.80 | 0.4 | 58.03 | 0.66 | 0.36 |
| Hex | 99 | 95 | 1F | 0 | 3 | 50 | 28 | 3A | 42 | 24 |
| Octal | 231 | 225 | 37 | 0 | 3 | 120 | 50 | 72 | 102 | 44 |
| Binary | 10011001 | 10010101 | 11111 | 0 | 11 | 1010000 | 101000 | 111010 | 1000010 | 100100 |
Color Harmonies of #99951F
Complementary color
Monochromatic Colors of #99951F
Black with #99951F
Text Example
Text Example
White with #99951F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99951F; }
p { color: rgb(153,149,31); }
H1.HeaderClassName
{
color: #99951F;
}
.AnyTagClassName
{
color: #99951F;
}
</style>
background-color css
<style>
a { background-color: #99951F; }
a { background-color: rgb(153,149,31); }
div.DivClassName
{
background-color: #99951F;
}
.BgClassName
{
background-color: #99951F;
}
</style>
border-color css
<style>
span { border-color: #99951F; }
span { border-color: rgb(153,149,31); }
td.TdClassName
{
border-color: #99951F;
}
.TagClassName
{
border-color: #99951F;
}
</style>