Shades of Citrus #A6BA07
Tints of Citrus #A6BA07
RGB
CMYK
RGB Variations
Color information
#A6BA07 (or 0xA6BA07) is known color: Citrus. HEX triplet: A6, BA and 07. RGB value is (166,186,7). Sum of RGB (Red+Green+Blue) = 166+186+7=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #A6BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6BA07 is #5945F8. Grayscale: #A0A0A0. Windows color (decimal): -5850617 or 506534. OLE color: 506534.
HSL color Cylindrical-coordinate representation of color #A6BA07: hue angle of 66.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6BA07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 186 | 7 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.27 |
| HSL | 66.7º | 0.93% | 0.38% | - |
| HSV(B) | 66.7º | 0.96% | 0.73% | - |
| XYZ | 33.32 | 43.24 | 6.79 | - |
| YUV | 159.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 186 | 7 | 0.11 | 0 | 0.96 | 0.27 | 66.7 | 0.93 | 0.38 |
| Hex | A6 | BA | 7 | B | 0 | 60 | 1B | 43 | 5D | 26 |
| Octal | 246 | 272 | 7 | 13 | 0 | 140 | 33 | 103 | 135 | 46 |
| Binary | 10100110 | 10111010 | 111 | 1011 | 0 | 1100000 | 11011 | 1000011 | 1011101 | 100110 |
Color Harmonies of #A6BA07
Complementary color
Monochromatic Colors of #A6BA07
Black with #A6BA07
Text Example
Text Example
White with #A6BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BA07; }
p { color: rgb(166,186,7); }
H1.HeaderClassName
{
color: #A6BA07;
}
.AnyTagClassName
{
color: #A6BA07;
}
</style>
background-color css
<style>
a { background-color: #A6BA07; }
a { background-color: rgb(166,186,7); }
div.DivClassName
{
background-color: #A6BA07;
}
.BgClassName
{
background-color: #A6BA07;
}
</style>
border-color css
<style>
span { border-color: #A6BA07; }
span { border-color: rgb(166,186,7); }
td.TdClassName
{
border-color: #A6BA07;
}
.TagClassName
{
border-color: #A6BA07;
}
</style>