Shades of Bahia #A6B425
Tints of Bahia #A6B425
RGB
CMYK
RGB Variations
Color information
#A6B425 (or 0xA6B425) is known color: Bahia. HEX triplet: A6, B4 and 25. RGB value is (166,180,37). Sum of RGB (Red+Green+Blue) = 166+180+37=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 180 (70.70% from 255 or 47.00% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B425 is #594BDA. Grayscale: #A0A0A0. Windows color (decimal): -5852123 or 2471078. OLE color: 2471078.
HSL color Cylindrical-coordinate representation of color #A6B425: hue angle of 65.87º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A6B425 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 180 | 37 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.29 |
| HSL | 65.87º | 0.66% | 0.43% | - |
| HSV(B) | 65.87º | 0.79% | 0.71% | - |
| XYZ | 32.38 | 40.88 | 7.93 | - |
| YUV | 159.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 37 | 0.08 | 0 | 0.79 | 0.29 | 65.87 | 0.66 | 0.43 |
| Hex | A6 | B4 | 25 | 8 | 0 | 4F | 1D | 42 | 42 | 2B |
| Octal | 246 | 264 | 45 | 10 | 0 | 117 | 35 | 102 | 102 | 53 |
| Binary | 10100110 | 10110100 | 100101 | 1000 | 0 | 1001111 | 11101 | 1000010 | 1000010 | 101011 |
Color Harmonies of #A6B425
Complementary color
Monochromatic Colors of #A6B425
Black with #A6B425
Text Example
Text Example
White with #A6B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B425; }
p { color: rgb(166,180,37); }
H1.HeaderClassName
{
color: #A6B425;
}
.AnyTagClassName
{
color: #A6B425;
}
</style>
background-color css
<style>
a { background-color: #A6B425; }
a { background-color: rgb(166,180,37); }
div.DivClassName
{
background-color: #A6B425;
}
.BgClassName
{
background-color: #A6B425;
}
</style>
border-color css
<style>
span { border-color: #A6B425; }
span { border-color: rgb(166,180,37); }
td.TdClassName
{
border-color: #A6B425;
}
.TagClassName
{
border-color: #A6B425;
}
</style>