Shades of Bahia #A7BB2C
Tints of Bahia #A7BB2C
RGB
CMYK
RGB Variations
Color information
#A7BB2C (or 0xA7BB2C) is known color: Bahia. HEX triplet: A7, BB and 2C. RGB value is (167,187,44). Sum of RGB (Red+Green+Blue) = 167+187+44=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BB2C is #5844D3. Grayscale: #A5A5A5. Windows color (decimal): -5784788 or 2931623. OLE color: 2931623.
HSL color Cylindrical-coordinate representation of color #A7BB2C: hue angle of 68.39º degrees, saturation: 0.62, 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 #A7BB2C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 44 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.27 |
| HSL | 68.39º | 0.62% | 0.45% | - |
| HSV(B) | 68.39º | 0.76% | 0.73% | - |
| XYZ | 34.16 | 43.94 | 9.06 | - |
| YUV | 164.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 44 | 0.11 | 0 | 0.76 | 0.27 | 68.39 | 0.62 | 0.45 |
| Hex | A7 | BB | 2C | B | 0 | 4C | 1B | 44 | 3E | 2D |
| Octal | 247 | 273 | 54 | 13 | 0 | 114 | 33 | 104 | 76 | 55 |
| Binary | 10100111 | 10111011 | 101100 | 1011 | 0 | 1001100 | 11011 | 1000100 | 111110 | 101101 |
Color Harmonies of #A7BB2C
Complementary color
Monochromatic Colors of #A7BB2C
Black with #A7BB2C
Text Example
Text Example
White with #A7BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB2C; }
p { color: rgb(167,187,44); }
H1.HeaderClassName
{
color: #A7BB2C;
}
.AnyTagClassName
{
color: #A7BB2C;
}
</style>
background-color css
<style>
a { background-color: #A7BB2C; }
a { background-color: rgb(167,187,44); }
div.DivClassName
{
background-color: #A7BB2C;
}
.BgClassName
{
background-color: #A7BB2C;
}
</style>
border-color css
<style>
span { border-color: #A7BB2C; }
span { border-color: rgb(167,187,44); }
td.TdClassName
{
border-color: #A7BB2C;
}
.TagClassName
{
border-color: #A7BB2C;
}
</style>