Shades of Bahia #A2BB1D
Tints of Bahia #A2BB1D
RGB
CMYK
RGB Variations
Color information
#A2BB1D (or 0xA2BB1D) is known color: Bahia. HEX triplet: A2, BB and 1D. RGB value is (162,187,29). Sum of RGB (Red+Green+Blue) = 162+187+29=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB1D is #5D44E2. Grayscale: #A2A2A2. Windows color (decimal): -6112483 or 1948578. OLE color: 1948578.
HSL color Cylindrical-coordinate representation of color #A2BB1D: hue angle of 69.49º 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 #A2BB1D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 29 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.27 |
| HSL | 69.49º | 0.73% | 0.42% | - |
| HSV(B) | 69.49º | 0.84% | 0.73% | - |
| XYZ | 32.89 | 43.31 | 7.79 | - |
| YUV | 161.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 29 | 0.13 | 0 | 0.84 | 0.27 | 69.49 | 0.73 | 0.42 |
| Hex | A2 | BB | 1D | D | 0 | 54 | 1B | 45 | 49 | 2A |
| Octal | 242 | 273 | 35 | 15 | 0 | 124 | 33 | 105 | 111 | 52 |
| Binary | 10100010 | 10111011 | 11101 | 1101 | 0 | 1010100 | 11011 | 1000101 | 1001001 | 101010 |
Color Harmonies of #A2BB1D
Complementary color
Monochromatic Colors of #A2BB1D
Black with #A2BB1D
Text Example
Text Example
White with #A2BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB1D; }
p { color: rgb(162,187,29); }
H1.HeaderClassName
{
color: #A2BB1D;
}
.AnyTagClassName
{
color: #A2BB1D;
}
</style>
background-color css
<style>
a { background-color: #A2BB1D; }
a { background-color: rgb(162,187,29); }
div.DivClassName
{
background-color: #A2BB1D;
}
.BgClassName
{
background-color: #A2BB1D;
}
</style>
border-color css
<style>
span { border-color: #A2BB1D; }
span { border-color: rgb(162,187,29); }
td.TdClassName
{
border-color: #A2BB1D;
}
.TagClassName
{
border-color: #A2BB1D;
}
</style>