Shades of Citron #99A026
Tints of Citron #99A026
RGB
CMYK
RGB Variations
Color information
#99A026 (or 0x99A026) is known color: Citron. HEX triplet: 99, A0 and 26. RGB value is (153,160,38). Sum of RGB (Red+Green+Blue) = 153+160+38=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #99A026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A026 is #665FD9. Grayscale: #909090. Windows color (decimal): -6709210 or 2531481. OLE color: 2531481.
HSL color Cylindrical-coordinate representation of color #99A026: hue angle of 63.44º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99A026 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 38 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.37 |
| HSL | 63.44º | 0.62% | 0.39% | - |
| HSV(B) | 63.44º | 0.76% | 0.63% | - |
| XYZ | 26.06 | 32.05 | 6.65 | - |
| YUV | 144 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 38 | 0.04 | 0 | 0.76 | 0.37 | 63.44 | 0.62 | 0.39 |
| Hex | 99 | A0 | 26 | 4 | 0 | 4C | 25 | 3F | 3E | 27 |
| Octal | 231 | 240 | 46 | 4 | 0 | 114 | 45 | 77 | 76 | 47 |
| Binary | 10011001 | 10100000 | 100110 | 100 | 0 | 1001100 | 100101 | 111111 | 111110 | 100111 |
Color Harmonies of #99A026
Complementary color
Monochromatic Colors of #99A026
Black with #99A026
Text Example
Text Example
White with #99A026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A026; }
p { color: rgb(153,160,38); }
H1.HeaderClassName
{
color: #99A026;
}
.AnyTagClassName
{
color: #99A026;
}
</style>
background-color css
<style>
a { background-color: #99A026; }
a { background-color: rgb(153,160,38); }
div.DivClassName
{
background-color: #99A026;
}
.BgClassName
{
background-color: #99A026;
}
</style>
border-color css
<style>
span { border-color: #99A026; }
span { border-color: rgb(153,160,38); }
td.TdClassName
{
border-color: #99A026;
}
.TagClassName
{
border-color: #99A026;
}
</style>