Shades of Bahia #AEB831
Tints of Bahia #AEB831
RGB
CMYK
RGB Variations
Color information
#AEB831 (or 0xAEB831) is known color: Bahia. HEX triplet: AE, B8 and 31. RGB value is (174,184,49). Sum of RGB (Red+Green+Blue) = 174+184+49=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB831 is #5147CE. Grayscale: #A6A6A6. Windows color (decimal): -5326799 or 3258542. OLE color: 3258542.
HSL color Cylindrical-coordinate representation of color #AEB831: hue angle of 64.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEB831 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 49 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.28 |
| HSL | 64.44º | 0.58% | 0.46% | - |
| HSV(B) | 64.44º | 0.73% | 0.72% | - |
| XYZ | 35.15 | 43.5 | 9.45 | - |
| YUV | 165.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 49 | 0.05 | 0 | 0.73 | 0.28 | 64.44 | 0.58 | 0.46 |
| Hex | AE | B8 | 31 | 5 | 0 | 49 | 1C | 40 | 3A | 2E |
| Octal | 256 | 270 | 61 | 5 | 0 | 111 | 34 | 100 | 72 | 56 |
| Binary | 10101110 | 10111000 | 110001 | 101 | 0 | 1001001 | 11100 | 1000000 | 111010 | 101110 |
Color Harmonies of #AEB831
Complementary color
Monochromatic Colors of #AEB831
Black with #AEB831
Text Example
Text Example
White with #AEB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB831; }
p { color: rgb(174,184,49); }
H1.HeaderClassName
{
color: #AEB831;
}
.AnyTagClassName
{
color: #AEB831;
}
</style>
background-color css
<style>
a { background-color: #AEB831; }
a { background-color: rgb(174,184,49); }
div.DivClassName
{
background-color: #AEB831;
}
.BgClassName
{
background-color: #AEB831;
}
</style>
border-color css
<style>
span { border-color: #AEB831; }
span { border-color: rgb(174,184,49); }
td.TdClassName
{
border-color: #AEB831;
}
.TagClassName
{
border-color: #AEB831;
}
</style>