Shades of Bahia #A6B525
Tints of Bahia #A6B525
RGB
CMYK
RGB Variations
Color information
#A6B525 (or 0xA6B525) is known color: Bahia. HEX triplet: A6, B5 and 25. RGB value is (166,181,37). Sum of RGB (Red+Green+Blue) = 166+181+37=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B525 is #594ADA. Grayscale: #A0A0A0. Windows color (decimal): -5851867 or 2471334. OLE color: 2471334.
HSL color Cylindrical-coordinate representation of color #A6B525: hue angle of 66.25º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6B525 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 181 | 37 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.29 |
| HSL | 66.25º | 0.66% | 0.43% | - |
| HSV(B) | 66.25º | 0.8% | 0.71% | - |
| XYZ | 32.58 | 41.29 | 8 | - |
| YUV | 160.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 181 | 37 | 0.08 | 0 | 0.80 | 0.29 | 66.25 | 0.66 | 0.43 |
| Hex | A6 | B5 | 25 | 8 | 0 | 50 | 1D | 42 | 42 | 2B |
| Octal | 246 | 265 | 45 | 10 | 0 | 120 | 35 | 102 | 102 | 53 |
| Binary | 10100110 | 10110101 | 100101 | 1000 | 0 | 1010000 | 11101 | 1000010 | 1000010 | 101011 |
Color Harmonies of #A6B525
Complementary color
Monochromatic Colors of #A6B525
Black with #A6B525
Text Example
Text Example
White with #A6B525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B525; }
p { color: rgb(166,181,37); }
H1.HeaderClassName
{
color: #A6B525;
}
.AnyTagClassName
{
color: #A6B525;
}
</style>
background-color css
<style>
a { background-color: #A6B525; }
a { background-color: rgb(166,181,37); }
div.DivClassName
{
background-color: #A6B525;
}
.BgClassName
{
background-color: #A6B525;
}
</style>
border-color css
<style>
span { border-color: #A6B525; }
span { border-color: rgb(166,181,37); }
td.TdClassName
{
border-color: #A6B525;
}
.TagClassName
{
border-color: #A6B525;
}
</style>