Shades of Citrus #99A403
Tints of Citrus #99A403
RGB
CMYK
RGB Variations
Color information
#99A403 (or 0x99A403) is known color: Citrus. HEX triplet: 99, A4 and 03. RGB value is (153,164,3). Sum of RGB (Red+Green+Blue) = 153+164+3=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 164 (64.45% from 255 or 51.25% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 164 - color contains mainly: green. Hex color #99A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99A403 is #665BFC. Grayscale: #8E8E8E. Windows color (decimal): -6708221 or 238745. OLE color: 238745.
HSL color Cylindrical-coordinate representation of color #99A403: hue angle of 64.1º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99A403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 164 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.36 |
| HSL | 64.1º | 0.96% | 0.33% | - |
| HSV(B) | 64.1º | 0.98% | 0.64% | - |
| XYZ | 26.43 | 33.33 | 5.13 | - |
| YUV | 142.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 164 | 3 | 0.07 | 0 | 0.98 | 0.36 | 64.1 | 0.96 | 0.33 |
| Hex | 99 | A4 | 3 | 7 | 0 | 62 | 24 | 40 | 60 | 21 |
| Octal | 231 | 244 | 3 | 7 | 0 | 142 | 44 | 100 | 140 | 41 |
| Binary | 10011001 | 10100100 | 11 | 111 | 0 | 1100010 | 100100 | 1000000 | 1100000 | 100001 |
Color Harmonies of #99A403
Complementary color
Monochromatic Colors of #99A403
Black with #99A403
Text Example
Text Example
White with #99A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A403; }
p { color: rgb(153,164,3); }
H1.HeaderClassName
{
color: #99A403;
}
.AnyTagClassName
{
color: #99A403;
}
</style>
background-color css
<style>
a { background-color: #99A403; }
a { background-color: rgb(153,164,3); }
div.DivClassName
{
background-color: #99A403;
}
.BgClassName
{
background-color: #99A403;
}
</style>
border-color css
<style>
span { border-color: #99A403; }
span { border-color: rgb(153,164,3); }
td.TdClassName
{
border-color: #99A403;
}
.TagClassName
{
border-color: #99A403;
}
</style>