Shades of Bahia #A7B81D
Tints of Bahia #A7B81D
RGB
CMYK
RGB Variations
Color information
#A7B81D (or 0xA7B81D) is known color: Bahia. HEX triplet: A7, B8 and 1D. RGB value is (167,184,29). Sum of RGB (Red+Green+Blue) = 167+184+29=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B81D is #5847E2. Grayscale: #A1A1A1. Windows color (decimal): -5785571 or 1947815. OLE color: 1947815.
HSL color Cylindrical-coordinate representation of color #A7B81D: hue angle of 66.58º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7B81D is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 29 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.28 |
| HSL | 66.58º | 0.73% | 0.42% | - |
| HSV(B) | 66.58º | 0.84% | 0.72% | - |
| XYZ | 33.3 | 42.59 | 7.63 | - |
| YUV | 161.25 | 53.37 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 29 | 0.09 | 0 | 0.84 | 0.28 | 66.58 | 0.73 | 0.42 |
| Hex | A7 | B8 | 1D | 9 | 0 | 54 | 1C | 43 | 49 | 2A |
| Octal | 247 | 270 | 35 | 11 | 0 | 124 | 34 | 103 | 111 | 52 |
| Binary | 10100111 | 10111000 | 11101 | 1001 | 0 | 1010100 | 11100 | 1000011 | 1001001 | 101010 |
Color Harmonies of #A7B81D
Complementary color
Monochromatic Colors of #A7B81D
Black with #A7B81D
Text Example
Text Example
White with #A7B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B81D; }
p { color: rgb(167,184,29); }
H1.HeaderClassName
{
color: #A7B81D;
}
.AnyTagClassName
{
color: #A7B81D;
}
</style>
background-color css
<style>
a { background-color: #A7B81D; }
a { background-color: rgb(167,184,29); }
div.DivClassName
{
background-color: #A7B81D;
}
.BgClassName
{
background-color: #A7B81D;
}
</style>
border-color css
<style>
span { border-color: #A7B81D; }
span { border-color: rgb(167,184,29); }
td.TdClassName
{
border-color: #A7B81D;
}
.TagClassName
{
border-color: #A7B81D;
}
</style>