Shades of Bahia #A4B723
Tints of Bahia #A4B723
RGB
CMYK
RGB Variations
Color information
#A4B723 (or 0xA4B723) is known color: Bahia. HEX triplet: A4, B7 and 23. RGB value is (164,183,35). Sum of RGB (Red+Green+Blue) = 164+183+35=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B723 is #5B48DC. Grayscale: #A1A1A1. Windows color (decimal): -5982429 or 2340772. OLE color: 2340772.
HSL color Cylindrical-coordinate representation of color #A4B723: hue angle of 67.7º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4B723 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 35 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.28 |
| HSL | 67.7º | 0.68% | 0.43% | - |
| HSV(B) | 67.7º | 0.81% | 0.72% | - |
| XYZ | 32.55 | 41.88 | 7.96 | - |
| YUV | 160.45 | 57.21 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 35 | 0.10 | 0 | 0.81 | 0.28 | 67.7 | 0.68 | 0.43 |
| Hex | A4 | B7 | 23 | A | 0 | 51 | 1C | 44 | 44 | 2B |
| Octal | 244 | 267 | 43 | 12 | 0 | 121 | 34 | 104 | 104 | 53 |
| Binary | 10100100 | 10110111 | 100011 | 1010 | 0 | 1010001 | 11100 | 1000100 | 1000100 | 101011 |
Color Harmonies of #A4B723
Complementary color
Monochromatic Colors of #A4B723
Black with #A4B723
Text Example
Text Example
White with #A4B723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B723; }
p { color: rgb(164,183,35); }
H1.HeaderClassName
{
color: #A4B723;
}
.AnyTagClassName
{
color: #A4B723;
}
</style>
background-color css
<style>
a { background-color: #A4B723; }
a { background-color: rgb(164,183,35); }
div.DivClassName
{
background-color: #A4B723;
}
.BgClassName
{
background-color: #A4B723;
}
</style>
border-color css
<style>
span { border-color: #A4B723; }
span { border-color: rgb(164,183,35); }
td.TdClassName
{
border-color: #A4B723;
}
.TagClassName
{
border-color: #A4B723;
}
</style>