Shades of Citrus #A6BA05
Tints of Citrus #A6BA05
RGB
CMYK
RGB Variations
Color information
#A6BA05 (or 0xA6BA05) is known color: Citrus. HEX triplet: A6, BA and 05. RGB value is (166,186,5). Sum of RGB (Red+Green+Blue) = 166+186+5=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA05 is #5945FA. Grayscale: #A0A0A0. Windows color (decimal): -5850619 or 375462. OLE color: 375462.
HSL color Cylindrical-coordinate representation of color #A6BA05: hue angle of 66.63º 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 #A6BA05 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 5 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.27 |
| HSL | 66.63º | 0.95% | 0.37% | - |
| HSV(B) | 66.63º | 0.97% | 0.73% | - |
| XYZ | 33.31 | 43.24 | 6.73 | - |
| YUV | 159.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 5 | 0.11 | 0 | 0.97 | 0.27 | 66.63 | 0.95 | 0.37 |
| Hex | A6 | BA | 5 | B | 0 | 61 | 1B | 43 | 5F | 25 |
| Octal | 246 | 272 | 5 | 13 | 0 | 141 | 33 | 103 | 137 | 45 |
| Binary | 10100110 | 10111010 | 101 | 1011 | 0 | 1100001 | 11011 | 1000011 | 1011111 | 100101 |
Color Harmonies of #A6BA05
Complementary color
Monochromatic Colors of #A6BA05
Black with #A6BA05
Text Example
Text Example
White with #A6BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA05; }
p { color: rgb(166,186,5); }
H1.HeaderClassName
{
color: #A6BA05;
}
.AnyTagClassName
{
color: #A6BA05;
}
</style>
background-color css
<style>
a { background-color: #A6BA05; }
a { background-color: rgb(166,186,5); }
div.DivClassName
{
background-color: #A6BA05;
}
.BgClassName
{
background-color: #A6BA05;
}
</style>
border-color css
<style>
span { border-color: #A6BA05; }
span { border-color: rgb(166,186,5); }
td.TdClassName
{
border-color: #A6BA05;
}
.TagClassName
{
border-color: #A6BA05;
}
</style>