Shades of Citrus #99A504
Tints of Citrus #99A504
RGB
CMYK
RGB Variations
Color information
#99A504 (or 0x99A504) is known color: Citrus. HEX triplet: 99, A5 and 04. RGB value is (153,165,4). Sum of RGB (Red+Green+Blue) = 153+165+4=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #99A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A504 is #665AFB. Grayscale: #8F8F8F. Windows color (decimal): -6707964 or 304537. OLE color: 304537.
HSL color Cylindrical-coordinate representation of color #99A504: hue angle of 64.47º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99A504 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 4 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.35 |
| HSL | 64.47º | 0.95% | 0.33% | - |
| HSV(B) | 64.47º | 0.98% | 0.65% | - |
| XYZ | 26.61 | 33.69 | 5.22 | - |
| YUV | 143.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 4 | 0.07 | 0 | 0.98 | 0.35 | 64.47 | 0.95 | 0.33 |
| Hex | 99 | A5 | 4 | 7 | 0 | 62 | 23 | 40 | 5F | 21 |
| Octal | 231 | 245 | 4 | 7 | 0 | 142 | 43 | 100 | 137 | 41 |
| Binary | 10011001 | 10100101 | 100 | 111 | 0 | 1100010 | 100011 | 1000000 | 1011111 | 100001 |
Color Harmonies of #99A504
Complementary color
Monochromatic Colors of #99A504
Black with #99A504
Text Example
Text Example
White with #99A504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A504; }
p { color: rgb(153,165,4); }
H1.HeaderClassName
{
color: #99A504;
}
.AnyTagClassName
{
color: #99A504;
}
</style>
background-color css
<style>
a { background-color: #99A504; }
a { background-color: rgb(153,165,4); }
div.DivClassName
{
background-color: #99A504;
}
.BgClassName
{
background-color: #99A504;
}
</style>
border-color css
<style>
span { border-color: #99A504; }
span { border-color: rgb(153,165,4); }
td.TdClassName
{
border-color: #99A504;
}
.TagClassName
{
border-color: #99A504;
}
</style>