Shades of Citron #999C19
Tints of Citron #999C19
RGB
CMYK
RGB Variations
Color information
#999C19 (or 0x999C19) is known color: Citron. HEX triplet: 99, 9C and 19. RGB value is (153,156,25). Sum of RGB (Red+Green+Blue) = 153+156+25=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #999C19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C19 is #6663E6. Grayscale: #8C8C8C. Windows color (decimal): -6710247 or 1678489. OLE color: 1678489.
HSL color Cylindrical-coordinate representation of color #999C19: hue angle of 61.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #999C19 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 25 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.39 |
| HSL | 61.37º | 0.72% | 0.35% | - |
| HSV(B) | 61.37º | 0.84% | 0.61% | - |
| XYZ | 25.2 | 30.62 | 5.5 | - |
| YUV | 140.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 25 | 0.02 | 0 | 0.84 | 0.39 | 61.37 | 0.72 | 0.35 |
| Hex | 99 | 9C | 19 | 2 | 0 | 54 | 27 | 3D | 48 | 23 |
| Octal | 231 | 234 | 31 | 2 | 0 | 124 | 47 | 75 | 110 | 43 |
| Binary | 10011001 | 10011100 | 11001 | 10 | 0 | 1010100 | 100111 | 111101 | 1001000 | 100011 |
Color Harmonies of #999C19
Complementary color
Monochromatic Colors of #999C19
Black with #999C19
Text Example
Text Example
White with #999C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C19; }
p { color: rgb(153,156,25); }
H1.HeaderClassName
{
color: #999C19;
}
.AnyTagClassName
{
color: #999C19;
}
</style>
background-color css
<style>
a { background-color: #999C19; }
a { background-color: rgb(153,156,25); }
div.DivClassName
{
background-color: #999C19;
}
.BgClassName
{
background-color: #999C19;
}
</style>
border-color css
<style>
span { border-color: #999C19; }
span { border-color: rgb(153,156,25); }
td.TdClassName
{
border-color: #999C19;
}
.TagClassName
{
border-color: #999C19;
}
</style>