Shades of Bahia #A7BB1F
Tints of Bahia #A7BB1F
RGB
CMYK
RGB Variations
Color information
#A7BB1F (or 0xA7BB1F) is known color: Bahia. HEX triplet: A7, BB and 1F. RGB value is (167,187,31). Sum of RGB (Red+Green+Blue) = 167+187+31=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BB1F is #5844E0. Grayscale: #A3A3A3. Windows color (decimal): -5784801 or 2079655. OLE color: 2079655.
HSL color Cylindrical-coordinate representation of color #A7BB1F: hue angle of 67.69º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7BB1F is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 31 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.27 |
| HSL | 67.69º | 0.72% | 0.43% | - |
| HSV(B) | 67.69º | 0.83% | 0.73% | - |
| XYZ | 33.95 | 43.86 | 7.97 | - |
| YUV | 163.24 | 53.37 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 31 | 0.11 | 0 | 0.83 | 0.27 | 67.69 | 0.72 | 0.43 |
| Hex | A7 | BB | 1F | B | 0 | 53 | 1B | 44 | 48 | 2B |
| Octal | 247 | 273 | 37 | 13 | 0 | 123 | 33 | 104 | 110 | 53 |
| Binary | 10100111 | 10111011 | 11111 | 1011 | 0 | 1010011 | 11011 | 1000100 | 1001000 | 101011 |
Color Harmonies of #A7BB1F
Complementary color
Monochromatic Colors of #A7BB1F
Black with #A7BB1F
Text Example
Text Example
White with #A7BB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB1F; }
p { color: rgb(167,187,31); }
H1.HeaderClassName
{
color: #A7BB1F;
}
.AnyTagClassName
{
color: #A7BB1F;
}
</style>
background-color css
<style>
a { background-color: #A7BB1F; }
a { background-color: rgb(167,187,31); }
div.DivClassName
{
background-color: #A7BB1F;
}
.BgClassName
{
background-color: #A7BB1F;
}
</style>
border-color css
<style>
span { border-color: #A7BB1F; }
span { border-color: rgb(167,187,31); }
td.TdClassName
{
border-color: #A7BB1F;
}
.TagClassName
{
border-color: #A7BB1F;
}
</style>