Shades of Citron #999C15
Tints of Citron #999C15
RGB
CMYK
RGB Variations
Color information
#999C15 (or 0x999C15) is known color: Citron. HEX triplet: 99, 9C and 15. RGB value is (153,156,21). Sum of RGB (Red+Green+Blue) = 153+156+21=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #999C15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C15 is #6663EA. Grayscale: #8C8C8C. Windows color (decimal): -6710251 or 1416345. OLE color: 1416345.
HSL color Cylindrical-coordinate representation of color #999C15: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #999C15 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 21 | - |
| CMYK | 0.02 | 0 | 0.87 | 0.39 |
| HSL | 61.33º | 0.76% | 0.35% | - |
| HSV(B) | 61.33º | 0.87% | 0.61% | - |
| XYZ | 25.16 | 30.6 | 5.29 | - |
| YUV | 139.71 | 61.01 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 21 | 0.02 | 0 | 0.87 | 0.39 | 61.33 | 0.76 | 0.35 |
| Hex | 99 | 9C | 15 | 2 | 0 | 57 | 27 | 3D | 4C | 23 |
| Octal | 231 | 234 | 25 | 2 | 0 | 127 | 47 | 75 | 114 | 43 |
| Binary | 10011001 | 10011100 | 10101 | 10 | 0 | 1010111 | 100111 | 111101 | 1001100 | 100011 |
Color Harmonies of #999C15
Complementary color
Monochromatic Colors of #999C15
Black with #999C15
Text Example
Text Example
White with #999C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C15; }
p { color: rgb(153,156,21); }
H1.HeaderClassName
{
color: #999C15;
}
.AnyTagClassName
{
color: #999C15;
}
</style>
background-color css
<style>
a { background-color: #999C15; }
a { background-color: rgb(153,156,21); }
div.DivClassName
{
background-color: #999C15;
}
.BgClassName
{
background-color: #999C15;
}
</style>
border-color css
<style>
span { border-color: #999C15; }
span { border-color: rgb(153,156,21); }
td.TdClassName
{
border-color: #999C15;
}
.TagClassName
{
border-color: #999C15;
}
</style>