Shades of Citron #999F28
Tints of Citron #999F28
RGB
CMYK
RGB Variations
Color information
#999F28 (or 0x999F28) is known color: Citron. HEX triplet: 99, 9F and 28. RGB value is (153,159,40). Sum of RGB (Red+Green+Blue) = 153+159+40=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #999F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999F28 is #6660D7. Grayscale: #909090. Windows color (decimal): -6709464 or 2662297. OLE color: 2662297.
HSL color Cylindrical-coordinate representation of color #999F28: hue angle of 63.03º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #999F28 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 159 | 40 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.38 |
| HSL | 63.03º | 0.6% | 0.39% | - |
| HSV(B) | 63.03º | 0.75% | 0.62% | - |
| XYZ | 25.92 | 31.72 | 6.76 | - |
| YUV | 143.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 159 | 40 | 0.04 | 0 | 0.75 | 0.38 | 63.03 | 0.6 | 0.39 |
| Hex | 99 | 9F | 28 | 4 | 0 | 4B | 26 | 3F | 3C | 27 |
| Octal | 231 | 237 | 50 | 4 | 0 | 113 | 46 | 77 | 74 | 47 |
| Binary | 10011001 | 10011111 | 101000 | 100 | 0 | 1001011 | 100110 | 111111 | 111100 | 100111 |
Color Harmonies of #999F28
Complementary color
Monochromatic Colors of #999F28
Black with #999F28
Text Example
Text Example
White with #999F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999F28; }
p { color: rgb(153,159,40); }
H1.HeaderClassName
{
color: #999F28;
}
.AnyTagClassName
{
color: #999F28;
}
</style>
background-color css
<style>
a { background-color: #999F28; }
a { background-color: rgb(153,159,40); }
div.DivClassName
{
background-color: #999F28;
}
.BgClassName
{
background-color: #999F28;
}
</style>
border-color css
<style>
span { border-color: #999F28; }
span { border-color: rgb(153,159,40); }
td.TdClassName
{
border-color: #999F28;
}
.TagClassName
{
border-color: #999F28;
}
</style>