Shades of Bahia #A4B71E
Tints of Bahia #A4B71E
RGB
CMYK
RGB Variations
Color information
#A4B71E (or 0xA4B71E) is known color: Bahia. HEX triplet: A4, B7 and 1E. RGB value is (164,183,30). Sum of RGB (Red+Green+Blue) = 164+183+30=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 30 (12.11% from 255 or 7.96% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B71E is #5B48E1. Grayscale: #A0A0A0. Windows color (decimal): -5982434 or 2013092. OLE color: 2013092.
HSL color Cylindrical-coordinate representation of color #A4B71E: hue angle of 67.45º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4B71E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 30 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.28 |
| HSL | 67.45º | 0.72% | 0.42% | - |
| HSV(B) | 67.45º | 0.84% | 0.72% | - |
| XYZ | 32.48 | 41.85 | 7.6 | - |
| YUV | 159.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 30 | 0.10 | 0 | 0.84 | 0.28 | 67.45 | 0.72 | 0.42 |
| Hex | A4 | B7 | 1E | A | 0 | 54 | 1C | 43 | 48 | 2A |
| Octal | 244 | 267 | 36 | 12 | 0 | 124 | 34 | 103 | 110 | 52 |
| Binary | 10100100 | 10110111 | 11110 | 1010 | 0 | 1010100 | 11100 | 1000011 | 1001000 | 101010 |
Color Harmonies of #A4B71E
Complementary color
Monochromatic Colors of #A4B71E
Black with #A4B71E
Text Example
Text Example
White with #A4B71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B71E; }
p { color: rgb(164,183,30); }
H1.HeaderClassName
{
color: #A4B71E;
}
.AnyTagClassName
{
color: #A4B71E;
}
</style>
background-color css
<style>
a { background-color: #A4B71E; }
a { background-color: rgb(164,183,30); }
div.DivClassName
{
background-color: #A4B71E;
}
.BgClassName
{
background-color: #A4B71E;
}
</style>
border-color css
<style>
span { border-color: #A4B71E; }
span { border-color: rgb(164,183,30); }
td.TdClassName
{
border-color: #A4B71E;
}
.TagClassName
{
border-color: #A4B71E;
}
</style>