Shades of Bahia #A8B631
Tints of Bahia #A8B631
RGB
CMYK
RGB Variations
Color information
#A8B631 (or 0xA8B631) is known color: Bahia. HEX triplet: A8, B6 and 31. RGB value is (168,182,49). Sum of RGB (Red+Green+Blue) = 168+182+49=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B631 is #5749CE. Grayscale: #A3A3A3. Windows color (decimal): -5720527 or 3258024. OLE color: 3258024.
HSL color Cylindrical-coordinate representation of color #A8B631: hue angle of 66.32º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8B631 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 49 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.29 |
| HSL | 66.32º | 0.58% | 0.45% | - |
| HSV(B) | 66.32º | 0.73% | 0.71% | - |
| XYZ | 33.43 | 42 | 9.25 | - |
| YUV | 162.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 49 | 0.08 | 0 | 0.73 | 0.29 | 66.32 | 0.58 | 0.45 |
| Hex | A8 | B6 | 31 | 8 | 0 | 49 | 1D | 42 | 3A | 2D |
| Octal | 250 | 266 | 61 | 10 | 0 | 111 | 35 | 102 | 72 | 55 |
| Binary | 10101000 | 10110110 | 110001 | 1000 | 0 | 1001001 | 11101 | 1000010 | 111010 | 101101 |
Color Harmonies of #A8B631
Complementary color
Monochromatic Colors of #A8B631
Black with #A8B631
Text Example
Text Example
White with #A8B631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B631; }
p { color: rgb(168,182,49); }
H1.HeaderClassName
{
color: #A8B631;
}
.AnyTagClassName
{
color: #A8B631;
}
</style>
background-color css
<style>
a { background-color: #A8B631; }
a { background-color: rgb(168,182,49); }
div.DivClassName
{
background-color: #A8B631;
}
.BgClassName
{
background-color: #A8B631;
}
</style>
border-color css
<style>
span { border-color: #A8B631; }
span { border-color: rgb(168,182,49); }
td.TdClassName
{
border-color: #A8B631;
}
.TagClassName
{
border-color: #A8B631;
}
</style>