Shades of Bahia #AEB42C
Tints of Bahia #AEB42C
RGB
CMYK
RGB Variations
Color information
#AEB42C (or 0xAEB42C) is known color: Bahia. HEX triplet: AE, B4 and 2C. RGB value is (174,180,44). Sum of RGB (Red+Green+Blue) = 174+180+44=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB42C is #514BD3. Grayscale: #A3A3A3. Windows color (decimal): -5327828 or 2929838. OLE color: 2929838.
HSL color Cylindrical-coordinate representation of color #AEB42C: hue angle of 62.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEB42C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 180 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.29 |
| HSL | 62.65º | 0.61% | 0.44% | - |
| HSV(B) | 62.65º | 0.76% | 0.71% | - |
| XYZ | 34.23 | 41.82 | 8.65 | - |
| YUV | 162.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 180 | 44 | 0.03 | 0 | 0.76 | 0.29 | 62.65 | 0.61 | 0.44 |
| Hex | AE | B4 | 2C | 3 | 0 | 4C | 1D | 3F | 3D | 2C |
| Octal | 256 | 264 | 54 | 3 | 0 | 114 | 35 | 77 | 75 | 54 |
| Binary | 10101110 | 10110100 | 101100 | 11 | 0 | 1001100 | 11101 | 111111 | 111101 | 101100 |
Color Harmonies of #AEB42C
Complementary color
Monochromatic Colors of #AEB42C
Black with #AEB42C
Text Example
Text Example
White with #AEB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB42C; }
p { color: rgb(174,180,44); }
H1.HeaderClassName
{
color: #AEB42C;
}
.AnyTagClassName
{
color: #AEB42C;
}
</style>
background-color css
<style>
a { background-color: #AEB42C; }
a { background-color: rgb(174,180,44); }
div.DivClassName
{
background-color: #AEB42C;
}
.BgClassName
{
background-color: #AEB42C;
}
</style>
border-color css
<style>
span { border-color: #AEB42C; }
span { border-color: rgb(174,180,44); }
td.TdClassName
{
border-color: #AEB42C;
}
.TagClassName
{
border-color: #AEB42C;
}
</style>