Shades of Citron #99960F
Tints of Citron #99960F
RGB
CMYK
RGB Variations
Color information
#99960F (or 0x99960F) is known color: Citron. HEX triplet: 99, 96 and 0F. RGB value is (153,150,15). Sum of RGB (Red+Green+Blue) = 153+150+15=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99960F is #6669F0. Grayscale: #888888. Windows color (decimal): -6711793 or 1021593. OLE color: 1021593.
HSL color Cylindrical-coordinate representation of color #99960F: hue angle of 58.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99960F is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 15 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.4 |
| HSL | 58.7º | 0.82% | 0.33% | - |
| HSV(B) | 58.7º | 0.9% | 0.6% | - |
| XYZ | 24.13 | 28.62 | 4.7 | - |
| YUV | 135.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 15 | 0 | 0.02 | 0.90 | 0.4 | 58.7 | 0.82 | 0.33 |
| Hex | 99 | 96 | F | 0 | 2 | 5A | 28 | 3B | 52 | 21 |
| Octal | 231 | 226 | 17 | 0 | 2 | 132 | 50 | 73 | 122 | 41 |
| Binary | 10011001 | 10010110 | 1111 | 0 | 10 | 1011010 | 101000 | 111011 | 1010010 | 100001 |
Color Harmonies of #99960F
Complementary color
Monochromatic Colors of #99960F
Black with #99960F
Text Example
Text Example
White with #99960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99960F; }
p { color: rgb(153,150,15); }
H1.HeaderClassName
{
color: #99960F;
}
.AnyTagClassName
{
color: #99960F;
}
</style>
background-color css
<style>
a { background-color: #99960F; }
a { background-color: rgb(153,150,15); }
div.DivClassName
{
background-color: #99960F;
}
.BgClassName
{
background-color: #99960F;
}
</style>
border-color css
<style>
span { border-color: #99960F; }
span { border-color: rgb(153,150,15); }
td.TdClassName
{
border-color: #99960F;
}
.TagClassName
{
border-color: #99960F;
}
</style>