Shades of Citrus #A8BA05
Tints of Citrus #A8BA05
RGB
CMYK
RGB Variations
Color information
#A8BA05 (or 0xA8BA05) is known color: Citrus. HEX triplet: A8, BA and 05. RGB value is (168,186,5). Sum of RGB (Red+Green+Blue) = 168+186+5=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BA05 is #5745FA. Grayscale: #A0A0A0. Windows color (decimal): -5719547 or 375464. OLE color: 375464.
HSL color Cylindrical-coordinate representation of color #A8BA05: hue angle of 65.97º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8BA05 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 5 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.27 |
| HSL | 65.97º | 0.95% | 0.37% | - |
| HSV(B) | 65.97º | 0.97% | 0.73% | - |
| XYZ | 33.73 | 43.45 | 6.75 | - |
| YUV | 159.98 | 40.54 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 5 | 0.10 | 0 | 0.97 | 0.27 | 65.97 | 0.95 | 0.37 |
| Hex | A8 | BA | 5 | A | 0 | 61 | 1B | 42 | 5F | 25 |
| Octal | 250 | 272 | 5 | 12 | 0 | 141 | 33 | 102 | 137 | 45 |
| Binary | 10101000 | 10111010 | 101 | 1010 | 0 | 1100001 | 11011 | 1000010 | 1011111 | 100101 |
Color Harmonies of #A8BA05
Complementary color
Monochromatic Colors of #A8BA05
Black with #A8BA05
Text Example
Text Example
White with #A8BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA05; }
p { color: rgb(168,186,5); }
H1.HeaderClassName
{
color: #A8BA05;
}
.AnyTagClassName
{
color: #A8BA05;
}
</style>
background-color css
<style>
a { background-color: #A8BA05; }
a { background-color: rgb(168,186,5); }
div.DivClassName
{
background-color: #A8BA05;
}
.BgClassName
{
background-color: #A8BA05;
}
</style>
border-color css
<style>
span { border-color: #A8BA05; }
span { border-color: rgb(168,186,5); }
td.TdClassName
{
border-color: #A8BA05;
}
.TagClassName
{
border-color: #A8BA05;
}
</style>