Shades of Bahia #A6B824
Tints of Bahia #A6B824
RGB
CMYK
RGB Variations
Color information
#A6B824 (or 0xA6B824) is known color: Bahia. HEX triplet: A6, B8 and 24. RGB value is (166,184,36). Sum of RGB (Red+Green+Blue) = 166+184+36=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B824 is #5947DB. Grayscale: #A2A2A2. Windows color (decimal): -5851100 or 2406566. OLE color: 2406566.
HSL color Cylindrical-coordinate representation of color #A6B824: hue angle of 67.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6B824 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 36 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.28 |
| HSL | 67.3º | 0.67% | 0.43% | - |
| HSV(B) | 67.3º | 0.8% | 0.72% | - |
| XYZ | 33.18 | 42.52 | 8.13 | - |
| YUV | 161.75 | 57.04 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 36 | 0.10 | 0 | 0.80 | 0.28 | 67.3 | 0.67 | 0.43 |
| Hex | A6 | B8 | 24 | A | 0 | 50 | 1C | 43 | 43 | 2B |
| Octal | 246 | 270 | 44 | 12 | 0 | 120 | 34 | 103 | 103 | 53 |
| Binary | 10100110 | 10111000 | 100100 | 1010 | 0 | 1010000 | 11100 | 1000011 | 1000011 | 101011 |
Color Harmonies of #A6B824
Complementary color
Monochromatic Colors of #A6B824
Black with #A6B824
Text Example
Text Example
White with #A6B824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B824; }
p { color: rgb(166,184,36); }
H1.HeaderClassName
{
color: #A6B824;
}
.AnyTagClassName
{
color: #A6B824;
}
</style>
background-color css
<style>
a { background-color: #A6B824; }
a { background-color: rgb(166,184,36); }
div.DivClassName
{
background-color: #A6B824;
}
.BgClassName
{
background-color: #A6B824;
}
</style>
border-color css
<style>
span { border-color: #A6B824; }
span { border-color: rgb(166,184,36); }
td.TdClassName
{
border-color: #A6B824;
}
.TagClassName
{
border-color: #A6B824;
}
</style>