Shades of Bahia #A7BD24
Tints of Bahia #A7BD24
RGB
CMYK
RGB Variations
Color information
#A7BD24 (or 0xA7BD24) is known color: Bahia. HEX triplet: A7, BD and 24. RGB value is (167,189,36). Sum of RGB (Red+Green+Blue) = 167+189+36=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD24 is #5842DB. Grayscale: #A5A5A5. Windows color (decimal): -5784284 or 2407847. OLE color: 2407847.
HSL color Cylindrical-coordinate representation of color #A7BD24: hue angle of 68.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7BD24 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 36 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.26 |
| HSL | 68.63º | 0.68% | 0.44% | - |
| HSV(B) | 68.63º | 0.81% | 0.74% | - |
| XYZ | 34.45 | 44.74 | 8.49 | - |
| YUV | 164.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 36 | 0.12 | 0 | 0.81 | 0.26 | 68.63 | 0.68 | 0.44 |
| Hex | A7 | BD | 24 | C | 0 | 51 | 1A | 45 | 44 | 2C |
| Octal | 247 | 275 | 44 | 14 | 0 | 121 | 32 | 105 | 104 | 54 |
| Binary | 10100111 | 10111101 | 100100 | 1100 | 0 | 1010001 | 11010 | 1000101 | 1000100 | 101100 |
Color Harmonies of #A7BD24
Complementary color
Monochromatic Colors of #A7BD24
Black with #A7BD24
Text Example
Text Example
White with #A7BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD24; }
p { color: rgb(167,189,36); }
H1.HeaderClassName
{
color: #A7BD24;
}
.AnyTagClassName
{
color: #A7BD24;
}
</style>
background-color css
<style>
a { background-color: #A7BD24; }
a { background-color: rgb(167,189,36); }
div.DivClassName
{
background-color: #A7BD24;
}
.BgClassName
{
background-color: #A7BD24;
}
</style>
border-color css
<style>
span { border-color: #A7BD24; }
span { border-color: rgb(167,189,36); }
td.TdClassName
{
border-color: #A7BD24;
}
.TagClassName
{
border-color: #A7BD24;
}
</style>