Shades of Bahia #A7BB24
Tints of Bahia #A7BB24
RGB
CMYK
RGB Variations
Color information
#A7BB24 (or 0xA7BB24) is known color: Bahia. HEX triplet: A7, BB and 24. RGB value is (167,187,36). Sum of RGB (Red+Green+Blue) = 167+187+36=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BB24 is #5844DB. Grayscale: #A4A4A4. Windows color (decimal): -5784796 or 2407335. OLE color: 2407335.
HSL color Cylindrical-coordinate representation of color #A7BB24: hue angle of 67.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7BB24 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 187 | 36 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.27 |
| HSL | 67.95º | 0.68% | 0.44% | - |
| HSV(B) | 67.95º | 0.81% | 0.73% | - |
| XYZ | 34.03 | 43.88 | 8.35 | - |
| YUV | 163.81 | 55.87 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 187 | 36 | 0.11 | 0 | 0.81 | 0.27 | 67.95 | 0.68 | 0.44 |
| Hex | A7 | BB | 24 | B | 0 | 51 | 1B | 44 | 44 | 2C |
| Octal | 247 | 273 | 44 | 13 | 0 | 121 | 33 | 104 | 104 | 54 |
| Binary | 10100111 | 10111011 | 100100 | 1011 | 0 | 1010001 | 11011 | 1000100 | 1000100 | 101100 |
Color Harmonies of #A7BB24
Complementary color
Monochromatic Colors of #A7BB24
Black with #A7BB24
Text Example
Text Example
White with #A7BB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BB24; }
p { color: rgb(167,187,36); }
H1.HeaderClassName
{
color: #A7BB24;
}
.AnyTagClassName
{
color: #A7BB24;
}
</style>
background-color css
<style>
a { background-color: #A7BB24; }
a { background-color: rgb(167,187,36); }
div.DivClassName
{
background-color: #A7BB24;
}
.BgClassName
{
background-color: #A7BB24;
}
</style>
border-color css
<style>
span { border-color: #A7BB24; }
span { border-color: rgb(167,187,36); }
td.TdClassName
{
border-color: #A7BB24;
}
.TagClassName
{
border-color: #A7BB24;
}
</style>