Shades of Bahia #A8B51D
Tints of Bahia #A8B51D
RGB
CMYK
RGB Variations
Color information
#A8B51D (or 0xA8B51D) is known color: Bahia. HEX triplet: A8, B5 and 1D. RGB value is (168,181,29). Sum of RGB (Red+Green+Blue) = 168+181+29=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B51D is #574AE2. Grayscale: #A0A0A0. Windows color (decimal): -5720803 or 1947048. OLE color: 1947048.
HSL color Cylindrical-coordinate representation of color #A8B51D: hue angle of 65.13º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8B51D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.29 |
| HSL | 65.13º | 0.72% | 0.41% | - |
| HSV(B) | 65.13º | 0.84% | 0.71% | - |
| XYZ | 32.89 | 41.46 | 7.43 | - |
| YUV | 159.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 29 | 0.07 | 0 | 0.84 | 0.29 | 65.13 | 0.72 | 0.41 |
| Hex | A8 | B5 | 1D | 7 | 0 | 54 | 1D | 41 | 48 | 29 |
| Octal | 250 | 265 | 35 | 7 | 0 | 124 | 35 | 101 | 110 | 51 |
| Binary | 10101000 | 10110101 | 11101 | 111 | 0 | 1010100 | 11101 | 1000001 | 1001000 | 101001 |
Color Harmonies of #A8B51D
Complementary color
Monochromatic Colors of #A8B51D
Black with #A8B51D
Text Example
Text Example
White with #A8B51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B51D; }
p { color: rgb(168,181,29); }
H1.HeaderClassName
{
color: #A8B51D;
}
.AnyTagClassName
{
color: #A8B51D;
}
</style>
background-color css
<style>
a { background-color: #A8B51D; }
a { background-color: rgb(168,181,29); }
div.DivClassName
{
background-color: #A8B51D;
}
.BgClassName
{
background-color: #A8B51D;
}
</style>
border-color css
<style>
span { border-color: #A8B51D; }
span { border-color: rgb(168,181,29); }
td.TdClassName
{
border-color: #A8B51D;
}
.TagClassName
{
border-color: #A8B51D;
}
</style>