Shades of Bahia #A6C726
Tints of Bahia #A6C726
RGB
CMYK
RGB Variations
Color information
#A6C726 (or 0xA6C726) is known color: Bahia. HEX triplet: A6, C7 and 26. RGB value is (166,199,38). Sum of RGB (Red+Green+Blue) = 166+199+38=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C726 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C726 is #5938D9. Grayscale: #ABABAB. Windows color (decimal): -5847258 or 2541478. OLE color: 2541478.
HSL color Cylindrical-coordinate representation of color #A6C726: hue angle of 72.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6C726 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 199 | 38 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.22 |
| HSL | 72.3º | 0.68% | 0.46% | - |
| HSV(B) | 72.3º | 0.81% | 0.78% | - |
| XYZ | 36.5 | 49.09 | 9.39 | - |
| YUV | 170.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 199 | 38 | 0.17 | 0 | 0.81 | 0.22 | 72.3 | 0.68 | 0.46 |
| Hex | A6 | C7 | 26 | 11 | 0 | 51 | 16 | 48 | 44 | 2E |
| Octal | 246 | 307 | 46 | 21 | 0 | 121 | 26 | 110 | 104 | 56 |
| Binary | 10100110 | 11000111 | 100110 | 10001 | 0 | 1010001 | 10110 | 1001000 | 1000100 | 101110 |
Color Harmonies of #A6C726
Complementary color
Monochromatic Colors of #A6C726
Black with #A6C726
Text Example
Text Example
White with #A6C726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C726; }
p { color: rgb(166,199,38); }
H1.HeaderClassName
{
color: #A6C726;
}
.AnyTagClassName
{
color: #A6C726;
}
</style>
background-color css
<style>
a { background-color: #A6C726; }
a { background-color: rgb(166,199,38); }
div.DivClassName
{
background-color: #A6C726;
}
.BgClassName
{
background-color: #A6C726;
}
</style>
border-color css
<style>
span { border-color: #A6C726; }
span { border-color: rgb(166,199,38); }
td.TdClassName
{
border-color: #A6C726;
}
.TagClassName
{
border-color: #A6C726;
}
</style>