Shades of Citrus #A6BA03
Tints of Citrus #A6BA03
RGB
CMYK
RGB Variations
Color information
#A6BA03 (or 0xA6BA03) is known color: Citrus. HEX triplet: A6, BA and 03. RGB value is (166,186,3). Sum of RGB (Red+Green+Blue) = 166+186+3=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA03 is #5945FC. Grayscale: #9F9F9F. Windows color (decimal): -5850621 or 244390. OLE color: 244390.
HSL color Cylindrical-coordinate representation of color #A6BA03: hue angle of 66.56º degrees, saturation: 0.97, 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 #A6BA03 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 3 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.27 |
| HSL | 66.56º | 0.97% | 0.37% | - |
| HSV(B) | 66.56º | 0.98% | 0.73% | - |
| XYZ | 33.3 | 43.23 | 6.68 | - |
| YUV | 159.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 3 | 0.11 | 0 | 0.98 | 0.27 | 66.56 | 0.97 | 0.37 |
| Hex | A6 | BA | 3 | B | 0 | 62 | 1B | 43 | 61 | 25 |
| Octal | 246 | 272 | 3 | 13 | 0 | 142 | 33 | 103 | 141 | 45 |
| Binary | 10100110 | 10111010 | 11 | 1011 | 0 | 1100010 | 11011 | 1000011 | 1100001 | 100101 |
Color Harmonies of #A6BA03
Complementary color
Monochromatic Colors of #A6BA03
Black with #A6BA03
Text Example
Text Example
White with #A6BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA03; }
p { color: rgb(166,186,3); }
H1.HeaderClassName
{
color: #A6BA03;
}
.AnyTagClassName
{
color: #A6BA03;
}
</style>
background-color css
<style>
a { background-color: #A6BA03; }
a { background-color: rgb(166,186,3); }
div.DivClassName
{
background-color: #A6BA03;
}
.BgClassName
{
background-color: #A6BA03;
}
</style>
border-color css
<style>
span { border-color: #A6BA03; }
span { border-color: rgb(166,186,3); }
td.TdClassName
{
border-color: #A6BA03;
}
.TagClassName
{
border-color: #A6BA03;
}
</style>