Shades of Bahia #A6BD24
Tints of Bahia #A6BD24
RGB
CMYK
RGB Variations
Color information
#A6BD24 (or 0xA6BD24) is known color: Bahia. HEX triplet: A6, BD and 24. RGB value is (166,189,36). Sum of RGB (Red+Green+Blue) = 166+189+36=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BD24 is #5942DB. Grayscale: #A5A5A5. Windows color (decimal): -5849820 or 2407846. OLE color: 2407846.
HSL color Cylindrical-coordinate representation of color #A6BD24: hue angle of 69.02º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6BD24 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 189 | 36 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.26 |
| HSL | 69.02º | 0.68% | 0.44% | - |
| HSV(B) | 69.02º | 0.81% | 0.74% | - |
| XYZ | 34.24 | 44.63 | 8.48 | - |
| YUV | 164.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 189 | 36 | 0.12 | 0 | 0.81 | 0.26 | 69.02 | 0.68 | 0.44 |
| Hex | A6 | BD | 24 | C | 0 | 51 | 1A | 45 | 44 | 2C |
| Octal | 246 | 275 | 44 | 14 | 0 | 121 | 32 | 105 | 104 | 54 |
| Binary | 10100110 | 10111101 | 100100 | 1100 | 0 | 1010001 | 11010 | 1000101 | 1000100 | 101100 |
Color Harmonies of #A6BD24
Complementary color
Monochromatic Colors of #A6BD24
Black with #A6BD24
Text Example
Text Example
White with #A6BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BD24; }
p { color: rgb(166,189,36); }
H1.HeaderClassName
{
color: #A6BD24;
}
.AnyTagClassName
{
color: #A6BD24;
}
</style>
background-color css
<style>
a { background-color: #A6BD24; }
a { background-color: rgb(166,189,36); }
div.DivClassName
{
background-color: #A6BD24;
}
.BgClassName
{
background-color: #A6BD24;
}
</style>
border-color css
<style>
span { border-color: #A6BD24; }
span { border-color: rgb(166,189,36); }
td.TdClassName
{
border-color: #A6BD24;
}
.TagClassName
{
border-color: #A6BD24;
}
</style>