Shades of Bahia #A8B81D
Tints of Bahia #A8B81D
RGB
CMYK
RGB Variations
Color information
#A8B81D (or 0xA8B81D) is known color: Bahia. HEX triplet: A8, B8 and 1D. RGB value is (168,184,29). Sum of RGB (Red+Green+Blue) = 168+184+29=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B81D is #5747E2. Grayscale: #A2A2A2. Windows color (decimal): -5720035 or 1947816. OLE color: 1947816.
HSL color Cylindrical-coordinate representation of color #A8B81D: hue angle of 66.19º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8B81D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 29 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.28 |
| HSL | 66.19º | 0.73% | 0.42% | - |
| HSV(B) | 66.19º | 0.84% | 0.72% | - |
| XYZ | 33.51 | 42.69 | 7.64 | - |
| YUV | 161.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 29 | 0.09 | 0 | 0.84 | 0.28 | 66.19 | 0.73 | 0.42 |
| Hex | A8 | B8 | 1D | 9 | 0 | 54 | 1C | 42 | 49 | 2A |
| Octal | 250 | 270 | 35 | 11 | 0 | 124 | 34 | 102 | 111 | 52 |
| Binary | 10101000 | 10111000 | 11101 | 1001 | 0 | 1010100 | 11100 | 1000010 | 1001001 | 101010 |
Color Harmonies of #A8B81D
Complementary color
Monochromatic Colors of #A8B81D
Black with #A8B81D
Text Example
Text Example
White with #A8B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B81D; }
p { color: rgb(168,184,29); }
H1.HeaderClassName
{
color: #A8B81D;
}
.AnyTagClassName
{
color: #A8B81D;
}
</style>
background-color css
<style>
a { background-color: #A8B81D; }
a { background-color: rgb(168,184,29); }
div.DivClassName
{
background-color: #A8B81D;
}
.BgClassName
{
background-color: #A8B81D;
}
</style>
border-color css
<style>
span { border-color: #A8B81D; }
span { border-color: rgb(168,184,29); }
td.TdClassName
{
border-color: #A8B81D;
}
.TagClassName
{
border-color: #A8B81D;
}
</style>