Shades of Citrus #99A106
Tints of Citrus #99A106
RGB
CMYK
RGB Variations
Color information
#99A106 (or 0x99A106) is known color: Citrus. HEX triplet: 99, A1 and 06. RGB value is (153,161,6). Sum of RGB (Red+Green+Blue) = 153+161+6=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #99A106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A106 is #665EF9. Grayscale: #8D8D8D. Windows color (decimal): -6708986 or 434585. OLE color: 434585.
HSL color Cylindrical-coordinate representation of color #99A106: hue angle of 63.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99A106 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 6 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.37 |
| HSL | 63.1º | 0.93% | 0.33% | - |
| HSV(B) | 63.1º | 0.96% | 0.63% | - |
| XYZ | 25.91 | 32.28 | 5.04 | - |
| YUV | 140.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 6 | 0.05 | 0 | 0.96 | 0.37 | 63.1 | 0.93 | 0.33 |
| Hex | 99 | A1 | 6 | 5 | 0 | 60 | 25 | 3F | 5D | 21 |
| Octal | 231 | 241 | 6 | 5 | 0 | 140 | 45 | 77 | 135 | 41 |
| Binary | 10011001 | 10100001 | 110 | 101 | 0 | 1100000 | 100101 | 111111 | 1011101 | 100001 |
Color Harmonies of #99A106
Complementary color
Monochromatic Colors of #99A106
Black with #99A106
Text Example
Text Example
White with #99A106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A106; }
p { color: rgb(153,161,6); }
H1.HeaderClassName
{
color: #99A106;
}
.AnyTagClassName
{
color: #99A106;
}
</style>
background-color css
<style>
a { background-color: #99A106; }
a { background-color: rgb(153,161,6); }
div.DivClassName
{
background-color: #99A106;
}
.BgClassName
{
background-color: #99A106;
}
</style>
border-color css
<style>
span { border-color: #99A106; }
span { border-color: rgb(153,161,6); }
td.TdClassName
{
border-color: #99A106;
}
.TagClassName
{
border-color: #99A106;
}
</style>