Shades of Citrus #A8BA04
Tints of Citrus #A8BA04
RGB
CMYK
RGB Variations
Color information
#A8BA04 (or 0xA8BA04) is known color: Citrus. HEX triplet: A8, BA and 04. RGB value is (168,186,4). Sum of RGB (Red+Green+Blue) = 168+186+4=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA04 is #5745FB. Grayscale: #A0A0A0. Windows color (decimal): -5719548 or 309928. OLE color: 309928.
HSL color Cylindrical-coordinate representation of color #A8BA04: hue angle of 65.93º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8BA04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.27 |
| HSL | 65.93º | 0.96% | 0.37% | - |
| HSV(B) | 65.93º | 0.98% | 0.73% | - |
| XYZ | 33.73 | 43.45 | 6.72 | - |
| YUV | 159.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 4 | 0.10 | 0 | 0.98 | 0.27 | 65.93 | 0.96 | 0.37 |
| Hex | A8 | BA | 4 | A | 0 | 62 | 1B | 42 | 60 | 25 |
| Octal | 250 | 272 | 4 | 12 | 0 | 142 | 33 | 102 | 140 | 45 |
| Binary | 10101000 | 10111010 | 100 | 1010 | 0 | 1100010 | 11011 | 1000010 | 1100000 | 100101 |
Color Harmonies of #A8BA04
Complementary color
Monochromatic Colors of #A8BA04
Black with #A8BA04
Text Example
Text Example
White with #A8BA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA04; }
p { color: rgb(168,186,4); }
H1.HeaderClassName
{
color: #A8BA04;
}
.AnyTagClassName
{
color: #A8BA04;
}
</style>
background-color css
<style>
a { background-color: #A8BA04; }
a { background-color: rgb(168,186,4); }
div.DivClassName
{
background-color: #A8BA04;
}
.BgClassName
{
background-color: #A8BA04;
}
</style>
border-color css
<style>
span { border-color: #A8BA04; }
span { border-color: rgb(168,186,4); }
td.TdClassName
{
border-color: #A8BA04;
}
.TagClassName
{
border-color: #A8BA04;
}
</style>