Shades of Bahia #A4BB1D
Tints of Bahia #A4BB1D
RGB
CMYK
RGB Variations
Color information
#A4BB1D (or 0xA4BB1D) is known color: Bahia. HEX triplet: A4, BB and 1D. RGB value is (164,187,29). Sum of RGB (Red+Green+Blue) = 164+187+29=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BB1D is #5B44E2. Grayscale: #A2A2A2. Windows color (decimal): -5981411 or 1948580. OLE color: 1948580.
HSL color Cylindrical-coordinate representation of color #A4BB1D: hue angle of 68.73º 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 #A4BB1D is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 187 | 29 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.27 |
| HSL | 68.73º | 0.73% | 0.42% | - |
| HSV(B) | 68.73º | 0.84% | 0.73% | - |
| XYZ | 33.3 | 43.52 | 7.81 | - |
| YUV | 162.11 | 52.88 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 29 | 0.12 | 0 | 0.84 | 0.27 | 68.73 | 0.73 | 0.42 |
| Hex | A4 | BB | 1D | C | 0 | 54 | 1B | 45 | 49 | 2A |
| Octal | 244 | 273 | 35 | 14 | 0 | 124 | 33 | 105 | 111 | 52 |
| Binary | 10100100 | 10111011 | 11101 | 1100 | 0 | 1010100 | 11011 | 1000101 | 1001001 | 101010 |
Color Harmonies of #A4BB1D
Complementary color
Monochromatic Colors of #A4BB1D
Black with #A4BB1D
Text Example
Text Example
White with #A4BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BB1D; }
p { color: rgb(164,187,29); }
H1.HeaderClassName
{
color: #A4BB1D;
}
.AnyTagClassName
{
color: #A4BB1D;
}
</style>
background-color css
<style>
a { background-color: #A4BB1D; }
a { background-color: rgb(164,187,29); }
div.DivClassName
{
background-color: #A4BB1D;
}
.BgClassName
{
background-color: #A4BB1D;
}
</style>
border-color css
<style>
span { border-color: #A4BB1D; }
span { border-color: rgb(164,187,29); }
td.TdClassName
{
border-color: #A4BB1D;
}
.TagClassName
{
border-color: #A4BB1D;
}
</style>