Shades of Citron #99A11C
Tints of Citron #99A11C
RGB
CMYK
RGB Variations
Color information
#99A11C (or 0x99A11C) is known color: Citron. HEX triplet: 99, A1 and 1C. RGB value is (153,161,28). Sum of RGB (Red+Green+Blue) = 153+161+28=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #99A11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A11C is #665EE3. Grayscale: #8F8F8F. Windows color (decimal): -6708964 or 1876377. OLE color: 1876377.
HSL color Cylindrical-coordinate representation of color #99A11C: hue angle of 63.61º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99A11C is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 28 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.37 |
| HSL | 63.61º | 0.7% | 0.37% | - |
| HSV(B) | 63.61º | 0.83% | 0.63% | - |
| XYZ | 26.09 | 32.35 | 5.97 | - |
| YUV | 143.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 28 | 0.05 | 0 | 0.83 | 0.37 | 63.61 | 0.7 | 0.37 |
| Hex | 99 | A1 | 1C | 5 | 0 | 53 | 25 | 40 | 46 | 25 |
| Octal | 231 | 241 | 34 | 5 | 0 | 123 | 45 | 100 | 106 | 45 |
| Binary | 10011001 | 10100001 | 11100 | 101 | 0 | 1010011 | 100101 | 1000000 | 1000110 | 100101 |
Color Harmonies of #99A11C
Complementary color
Monochromatic Colors of #99A11C
Black with #99A11C
Text Example
Text Example
White with #99A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A11C; }
p { color: rgb(153,161,28); }
H1.HeaderClassName
{
color: #99A11C;
}
.AnyTagClassName
{
color: #99A11C;
}
</style>
background-color css
<style>
a { background-color: #99A11C; }
a { background-color: rgb(153,161,28); }
div.DivClassName
{
background-color: #99A11C;
}
.BgClassName
{
background-color: #99A11C;
}
</style>
border-color css
<style>
span { border-color: #99A11C; }
span { border-color: rgb(153,161,28); }
td.TdClassName
{
border-color: #99A11C;
}
.TagClassName
{
border-color: #99A11C;
}
</style>