Shades of Bahia #A7BD2A
Tints of Bahia #A7BD2A
RGB
CMYK
RGB Variations
Color information
#A7BD2A (or 0xA7BD2A) is known color: Bahia. HEX triplet: A7, BD and 2A. RGB value is (167,189,42). Sum of RGB (Red+Green+Blue) = 167+189+42=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 42 (16.80% from 255 or 10.55% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD2A is #5842D5. Grayscale: #A6A6A6. Windows color (decimal): -5784278 or 2801063. OLE color: 2801063.
HSL color Cylindrical-coordinate representation of color #A7BD2A: hue angle of 68.98º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A7BD2A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 42 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.26 |
| HSL | 68.98º | 0.64% | 0.45% | - |
| HSV(B) | 68.98º | 0.78% | 0.74% | - |
| XYZ | 34.55 | 44.78 | 9.01 | - |
| YUV | 165.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 42 | 0.12 | 0 | 0.78 | 0.26 | 68.98 | 0.64 | 0.45 |
| Hex | A7 | BD | 2A | C | 0 | 4E | 1A | 45 | 40 | 2D |
| Octal | 247 | 275 | 52 | 14 | 0 | 116 | 32 | 105 | 100 | 55 |
| Binary | 10100111 | 10111101 | 101010 | 1100 | 0 | 1001110 | 11010 | 1000101 | 1000000 | 101101 |
Color Harmonies of #A7BD2A
Complementary color
Monochromatic Colors of #A7BD2A
Black with #A7BD2A
Text Example
Text Example
White with #A7BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD2A; }
p { color: rgb(167,189,42); }
H1.HeaderClassName
{
color: #A7BD2A;
}
.AnyTagClassName
{
color: #A7BD2A;
}
</style>
background-color css
<style>
a { background-color: #A7BD2A; }
a { background-color: rgb(167,189,42); }
div.DivClassName
{
background-color: #A7BD2A;
}
.BgClassName
{
background-color: #A7BD2A;
}
</style>
border-color css
<style>
span { border-color: #A7BD2A; }
span { border-color: rgb(167,189,42); }
td.TdClassName
{
border-color: #A7BD2A;
}
.TagClassName
{
border-color: #A7BD2A;
}
</style>