Shades of Bahia #A7BB2D
Tints of Bahia #A7BB2D
RGB
CMYK
RGB Variations
Color information
#A7BB2D (or 0xA7BB2D) is known color: Bahia. HEX triplet: A7, BB and 2D. RGB value is (167,187,45). Sum of RGB (Red+Green+Blue) = 167+187+45=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BB2D is #5844D2. Grayscale: #A5A5A5. Windows color (decimal): -5784787 or 2997159. OLE color: 2997159.
HSL color Cylindrical-coordinate representation of color #A7BB2D: hue angle of 68.45º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7BB2D is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 45 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.27 |
| HSL | 68.45º | 0.61% | 0.45% | - |
| HSV(B) | 68.45º | 0.76% | 0.73% | - |
| XYZ | 34.18 | 43.95 | 9.16 | - |
| YUV | 164.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 45 | 0.11 | 0 | 0.76 | 0.27 | 68.45 | 0.61 | 0.45 |
| Hex | A7 | BB | 2D | B | 0 | 4C | 1B | 44 | 3D | 2D |
| Octal | 247 | 273 | 55 | 13 | 0 | 114 | 33 | 104 | 75 | 55 |
| Binary | 10100111 | 10111011 | 101101 | 1011 | 0 | 1001100 | 11011 | 1000100 | 111101 | 101101 |
Color Harmonies of #A7BB2D
Complementary color
Monochromatic Colors of #A7BB2D
Black with #A7BB2D
Text Example
Text Example
White with #A7BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB2D; }
p { color: rgb(167,187,45); }
H1.HeaderClassName
{
color: #A7BB2D;
}
.AnyTagClassName
{
color: #A7BB2D;
}
</style>
background-color css
<style>
a { background-color: #A7BB2D; }
a { background-color: rgb(167,187,45); }
div.DivClassName
{
background-color: #A7BB2D;
}
.BgClassName
{
background-color: #A7BB2D;
}
</style>
border-color css
<style>
span { border-color: #A7BB2D; }
span { border-color: rgb(167,187,45); }
td.TdClassName
{
border-color: #A7BB2D;
}
.TagClassName
{
border-color: #A7BB2D;
}
</style>