Shades of Bahia #A4B724
Tints of Bahia #A4B724
RGB
CMYK
RGB Variations
Color information
#A4B724 (or 0xA4B724) is known color: Bahia. HEX triplet: A4, B7 and 24. RGB value is (164,183,36). Sum of RGB (Red+Green+Blue) = 164+183+36=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B724 is #5B48DB. Grayscale: #A1A1A1. Windows color (decimal): -5982428 or 2406308. OLE color: 2406308.
HSL color Cylindrical-coordinate representation of color #A4B724: hue angle of 67.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4B724 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 36 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.28 |
| HSL | 67.76º | 0.67% | 0.43% | - |
| HSV(B) | 67.76º | 0.8% | 0.72% | - |
| XYZ | 32.56 | 41.89 | 8.04 | - |
| YUV | 160.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 36 | 0.10 | 0 | 0.80 | 0.28 | 67.76 | 0.67 | 0.43 |
| Hex | A4 | B7 | 24 | A | 0 | 50 | 1C | 44 | 43 | 2B |
| Octal | 244 | 267 | 44 | 12 | 0 | 120 | 34 | 104 | 103 | 53 |
| Binary | 10100100 | 10110111 | 100100 | 1010 | 0 | 1010000 | 11100 | 1000100 | 1000011 | 101011 |
Color Harmonies of #A4B724
Complementary color
Monochromatic Colors of #A4B724
Black with #A4B724
Text Example
Text Example
White with #A4B724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B724; }
p { color: rgb(164,183,36); }
H1.HeaderClassName
{
color: #A4B724;
}
.AnyTagClassName
{
color: #A4B724;
}
</style>
background-color css
<style>
a { background-color: #A4B724; }
a { background-color: rgb(164,183,36); }
div.DivClassName
{
background-color: #A4B724;
}
.BgClassName
{
background-color: #A4B724;
}
</style>
border-color css
<style>
span { border-color: #A4B724; }
span { border-color: rgb(164,183,36); }
td.TdClassName
{
border-color: #A4B724;
}
.TagClassName
{
border-color: #A4B724;
}
</style>