Shades of Citrus #A6BA00
Tints of Citrus #A6BA00
RGB
CMYK
RGB Variations
Color information
#A6BA00 (or 0xA6BA00) is known color: Citrus. HEX triplet: A6, BA and 00. RGB value is (166,186,0). Sum of RGB (Red+Green+Blue) = 166+186+0=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA00 is #5945FF. Grayscale: #9F9F9F. Windows color (decimal): -5850624 or 47782. OLE color: 47782.
HSL color Cylindrical-coordinate representation of color #A6BA00: hue angle of 66.45º 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 #A6BA00 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.27 |
| HSL | 66.45º | 1% | 0.36% | - |
| HSV(B) | 66.45º | 1% | 0.73% | - |
| XYZ | 33.28 | 43.22 | 6.59 | - |
| YUV | 158.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 0 | 0.11 | 0 | 1 | 0.27 | 66.45 | 1 | 0.36 |
| Hex | A6 | BA | 0 | B | 0 | 64 | 1B | 42 | 64 | 24 |
| Octal | 246 | 272 | 0 | 13 | 0 | 144 | 33 | 102 | 144 | 44 |
| Binary | 10100110 | 10111010 | 0 | 1011 | 0 | 1100100 | 11011 | 1000010 | 1100100 | 100100 |
Color Harmonies of #A6BA00
Complementary color
Monochromatic Colors of #A6BA00
Black with #A6BA00
Text Example
Text Example
White with #A6BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA00; }
p { color: rgb(166,186,0); }
H1.HeaderClassName
{
color: #A6BA00;
}
.AnyTagClassName
{
color: #A6BA00;
}
</style>
background-color css
<style>
a { background-color: #A6BA00; }
a { background-color: rgb(166,186,0); }
div.DivClassName
{
background-color: #A6BA00;
}
.BgClassName
{
background-color: #A6BA00;
}
</style>
border-color css
<style>
span { border-color: #A6BA00; }
span { border-color: rgb(166,186,0); }
td.TdClassName
{
border-color: #A6BA00;
}
.TagClassName
{
border-color: #A6BA00;
}
</style>