Shades of Bahia #A8BB1D
Tints of Bahia #A8BB1D
RGB
CMYK
RGB Variations
Color information
#A8BB1D (or 0xA8BB1D) is known color: Bahia. HEX triplet: A8, BB and 1D. RGB value is (168,187,29). Sum of RGB (Red+Green+Blue) = 168+187+29=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 187 (73.44% from 255 or 48.70% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB1D is #5744E2. Grayscale: #A3A3A3. Windows color (decimal): -5719267 or 1948584. OLE color: 1948584.
HSL color Cylindrical-coordinate representation of color #A8BB1D: hue angle of 67.22º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8BB1D is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 29 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.27 |
| HSL | 67.22º | 0.73% | 0.42% | - |
| HSV(B) | 67.22º | 0.84% | 0.73% | - |
| XYZ | 34.14 | 43.95 | 7.85 | - |
| YUV | 163.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 29 | 0.10 | 0 | 0.84 | 0.27 | 67.22 | 0.73 | 0.42 |
| Hex | A8 | BB | 1D | A | 0 | 54 | 1B | 43 | 49 | 2A |
| Octal | 250 | 273 | 35 | 12 | 0 | 124 | 33 | 103 | 111 | 52 |
| Binary | 10101000 | 10111011 | 11101 | 1010 | 0 | 1010100 | 11011 | 1000011 | 1001001 | 101010 |
Color Harmonies of #A8BB1D
Complementary color
Monochromatic Colors of #A8BB1D
Black with #A8BB1D
Text Example
Text Example
White with #A8BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB1D; }
p { color: rgb(168,187,29); }
H1.HeaderClassName
{
color: #A8BB1D;
}
.AnyTagClassName
{
color: #A8BB1D;
}
</style>
background-color css
<style>
a { background-color: #A8BB1D; }
a { background-color: rgb(168,187,29); }
div.DivClassName
{
background-color: #A8BB1D;
}
.BgClassName
{
background-color: #A8BB1D;
}
</style>
border-color css
<style>
span { border-color: #A8BB1D; }
span { border-color: rgb(168,187,29); }
td.TdClassName
{
border-color: #A8BB1D;
}
.TagClassName
{
border-color: #A8BB1D;
}
</style>