Shades of Citrus #999C04
Tints of Citrus #999C04
RGB
CMYK
RGB Variations
Color information
#999C04 (or 0x999C04) is known color: Citrus. HEX triplet: 99, 9C and 04. RGB value is (153,156,4). Sum of RGB (Red+Green+Blue) = 153+156+4=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #999C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999C04 is #6663FB. Grayscale: #8A8A8A. Windows color (decimal): -6710268 or 302233. OLE color: 302233.
HSL color Cylindrical-coordinate representation of color #999C04: hue angle of 61.18º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #999C04 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 4 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.39 |
| HSL | 61.18º | 0.95% | 0.31% | - |
| HSV(B) | 61.18º | 0.97% | 0.61% | - |
| XYZ | 25.05 | 30.56 | 4.69 | - |
| YUV | 137.78 | 52.51 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 4 | 0.02 | 0 | 0.97 | 0.39 | 61.18 | 0.95 | 0.31 |
| Hex | 99 | 9C | 4 | 2 | 0 | 61 | 27 | 3D | 5F | 1F |
| Octal | 231 | 234 | 4 | 2 | 0 | 141 | 47 | 75 | 137 | 37 |
| Binary | 10011001 | 10011100 | 100 | 10 | 0 | 1100001 | 100111 | 111101 | 1011111 | 11111 |
Color Harmonies of #999C04
Complementary color
Monochromatic Colors of #999C04
Black with #999C04
Text Example
Text Example
White with #999C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C04; }
p { color: rgb(153,156,4); }
H1.HeaderClassName
{
color: #999C04;
}
.AnyTagClassName
{
color: #999C04;
}
</style>
background-color css
<style>
a { background-color: #999C04; }
a { background-color: rgb(153,156,4); }
div.DivClassName
{
background-color: #999C04;
}
.BgClassName
{
background-color: #999C04;
}
</style>
border-color css
<style>
span { border-color: #999C04; }
span { border-color: rgb(153,156,4); }
td.TdClassName
{
border-color: #999C04;
}
.TagClassName
{
border-color: #999C04;
}
</style>