Shades of Citron #99A415
Tints of Citron #99A415
RGB
CMYK
RGB Variations
Color information
#99A415 (or 0x99A415) is known color: Citron. HEX triplet: 99, A4 and 15. RGB value is (153,164,21). Sum of RGB (Red+Green+Blue) = 153+164+21=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #99A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A415 is #665BEA. Grayscale: #909090. Windows color (decimal): -6708203 or 1418393. OLE color: 1418393.
HSL color Cylindrical-coordinate representation of color #99A415: hue angle of 64.62º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99A415 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 21 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.36 |
| HSL | 64.62º | 0.77% | 0.36% | - |
| HSV(B) | 64.62º | 0.87% | 0.64% | - |
| XYZ | 26.55 | 33.38 | 5.75 | - |
| YUV | 144.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 21 | 0.07 | 0 | 0.87 | 0.36 | 64.62 | 0.77 | 0.36 |
| Hex | 99 | A4 | 15 | 7 | 0 | 57 | 24 | 41 | 4D | 24 |
| Octal | 231 | 244 | 25 | 7 | 0 | 127 | 44 | 101 | 115 | 44 |
| Binary | 10011001 | 10100100 | 10101 | 111 | 0 | 1010111 | 100100 | 1000001 | 1001101 | 100100 |
Color Harmonies of #99A415
Complementary color
Monochromatic Colors of #99A415
Black with #99A415
Text Example
Text Example
White with #99A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A415; }
p { color: rgb(153,164,21); }
H1.HeaderClassName
{
color: #99A415;
}
.AnyTagClassName
{
color: #99A415;
}
</style>
background-color css
<style>
a { background-color: #99A415; }
a { background-color: rgb(153,164,21); }
div.DivClassName
{
background-color: #99A415;
}
.BgClassName
{
background-color: #99A415;
}
</style>
border-color css
<style>
span { border-color: #99A415; }
span { border-color: rgb(153,164,21); }
td.TdClassName
{
border-color: #99A415;
}
.TagClassName
{
border-color: #99A415;
}
</style>