Shades of Bahia #AEBD2C
Tints of Bahia #AEBD2C
RGB
CMYK
RGB Variations
Color information
#AEBD2C (or 0xAEBD2C) is known color: Bahia. HEX triplet: AE, BD and 2C. RGB value is (174,189,44). Sum of RGB (Red+Green+Blue) = 174+189+44=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD2C is #5142D3. Grayscale: #A8A8A8. Windows color (decimal): -5325524 or 2932142. OLE color: 2932142.
HSL color Cylindrical-coordinate representation of color #AEBD2C: hue angle of 66.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEBD2C is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 44 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.26 |
| HSL | 66.21º | 0.62% | 0.46% | - |
| HSV(B) | 66.21º | 0.77% | 0.74% | - |
| XYZ | 36.11 | 45.58 | 9.28 | - |
| YUV | 167.99 | 58.03 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 44 | 0.08 | 0 | 0.77 | 0.26 | 66.21 | 0.62 | 0.46 |
| Hex | AE | BD | 2C | 8 | 0 | 4D | 1A | 42 | 3E | 2E |
| Octal | 256 | 275 | 54 | 10 | 0 | 115 | 32 | 102 | 76 | 56 |
| Binary | 10101110 | 10111101 | 101100 | 1000 | 0 | 1001101 | 11010 | 1000010 | 111110 | 101110 |
Color Harmonies of #AEBD2C
Complementary color
Monochromatic Colors of #AEBD2C
Black with #AEBD2C
Text Example
Text Example
White with #AEBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD2C; }
p { color: rgb(174,189,44); }
H1.HeaderClassName
{
color: #AEBD2C;
}
.AnyTagClassName
{
color: #AEBD2C;
}
</style>
background-color css
<style>
a { background-color: #AEBD2C; }
a { background-color: rgb(174,189,44); }
div.DivClassName
{
background-color: #AEBD2C;
}
.BgClassName
{
background-color: #AEBD2C;
}
</style>
border-color css
<style>
span { border-color: #AEBD2C; }
span { border-color: rgb(174,189,44); }
td.TdClassName
{
border-color: #AEBD2C;
}
.TagClassName
{
border-color: #AEBD2C;
}
</style>