Shades of Citrus #A8BA00
Tints of Citrus #A8BA00
RGB
CMYK
RGB Variations
Color information
#A8BA00 (or 0xA8BA00) is known color: Citrus. HEX triplet: A8, BA and 00. RGB value is (168,186,0). Sum of RGB (Red+Green+Blue) = 168+186+0=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA00 is #5745FF. Grayscale: #A0A0A0. Windows color (decimal): -5719552 or 47784. OLE color: 47784.
HSL color Cylindrical-coordinate representation of color #A8BA00: hue angle of 65.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8BA00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.27 |
| HSL | 65.81º | 1% | 0.36% | - |
| HSV(B) | 65.81º | 1% | 0.73% | - |
| XYZ | 33.71 | 43.44 | 6.61 | - |
| YUV | 159.41 | 38.04 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 0 | 0.10 | 0 | 1 | 0.27 | 65.81 | 1 | 0.36 |
| Hex | A8 | BA | 0 | A | 0 | 64 | 1B | 42 | 64 | 24 |
| Octal | 250 | 272 | 0 | 12 | 0 | 144 | 33 | 102 | 144 | 44 |
| Binary | 10101000 | 10111010 | 0 | 1010 | 0 | 1100100 | 11011 | 1000010 | 1100100 | 100100 |
Color Harmonies of #A8BA00
Complementary color
Monochromatic Colors of #A8BA00
Black with #A8BA00
Text Example
Text Example
White with #A8BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA00; }
p { color: rgb(168,186,0); }
H1.HeaderClassName
{
color: #A8BA00;
}
.AnyTagClassName
{
color: #A8BA00;
}
</style>
background-color css
<style>
a { background-color: #A8BA00; }
a { background-color: rgb(168,186,0); }
div.DivClassName
{
background-color: #A8BA00;
}
.BgClassName
{
background-color: #A8BA00;
}
</style>
border-color css
<style>
span { border-color: #A8BA00; }
span { border-color: rgb(168,186,0); }
td.TdClassName
{
border-color: #A8BA00;
}
.TagClassName
{
border-color: #A8BA00;
}
</style>