Shades of Bahia #A6B228
Tints of Bahia #A6B228
RGB
CMYK
RGB Variations
Color information
#A6B228 (or 0xA6B228) is known color: Bahia. HEX triplet: A6, B2 and 28. RGB value is (166,178,40). Sum of RGB (Red+Green+Blue) = 166+178+40=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6B228 is #594DD7. Grayscale: #9F9F9F. Windows color (decimal): -5852632 or 2667174. OLE color: 2667174.
HSL color Cylindrical-coordinate representation of color #A6B228: hue angle of 65.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6B228 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 40 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.30 |
| HSL | 65.22º | 0.63% | 0.43% | - |
| HSV(B) | 65.22º | 0.78% | 0.7% | - |
| XYZ | 32.03 | 40.1 | 8.06 | - |
| YUV | 158.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 40 | 0.07 | 0 | 0.78 | 0.30 | 65.22 | 0.63 | 0.43 |
| Hex | A6 | B2 | 28 | 7 | 0 | 4E | 1E | 41 | 3F | 2B |
| Octal | 246 | 262 | 50 | 7 | 0 | 116 | 36 | 101 | 77 | 53 |
| Binary | 10100110 | 10110010 | 101000 | 111 | 0 | 1001110 | 11110 | 1000001 | 111111 | 101011 |
Color Harmonies of #A6B228
Complementary color
Monochromatic Colors of #A6B228
Black with #A6B228
Text Example
Text Example
White with #A6B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B228; }
p { color: rgb(166,178,40); }
H1.HeaderClassName
{
color: #A6B228;
}
.AnyTagClassName
{
color: #A6B228;
}
</style>
background-color css
<style>
a { background-color: #A6B228; }
a { background-color: rgb(166,178,40); }
div.DivClassName
{
background-color: #A6B228;
}
.BgClassName
{
background-color: #A6B228;
}
</style>
border-color css
<style>
span { border-color: #A6B228; }
span { border-color: rgb(166,178,40); }
td.TdClassName
{
border-color: #A6B228;
}
.TagClassName
{
border-color: #A6B228;
}
</style>