Shades of Bahia #AEBA28
Tints of Bahia #AEBA28
RGB
CMYK
RGB Variations
Color information
#AEBA28 (or 0xAEBA28) is known color: Bahia. HEX triplet: AE, BA and 28. RGB value is (174,186,40). Sum of RGB (Red+Green+Blue) = 174+186+40=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBA28 is #5145D7. Grayscale: #A6A6A6. Windows color (decimal): -5326296 or 2669230. OLE color: 2669230.
HSL color Cylindrical-coordinate representation of color #AEBA28: hue angle of 64.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEBA28 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 40 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.27 |
| HSL | 64.93º | 0.65% | 0.44% | - |
| HSV(B) | 64.93º | 0.78% | 0.73% | - |
| XYZ | 35.4 | 44.27 | 8.69 | - |
| YUV | 165.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 40 | 0.06 | 0 | 0.78 | 0.27 | 64.93 | 0.65 | 0.44 |
| Hex | AE | BA | 28 | 6 | 0 | 4E | 1B | 41 | 41 | 2C |
| Octal | 256 | 272 | 50 | 6 | 0 | 116 | 33 | 101 | 101 | 54 |
| Binary | 10101110 | 10111010 | 101000 | 110 | 0 | 1001110 | 11011 | 1000001 | 1000001 | 101100 |
Color Harmonies of #AEBA28
Complementary color
Monochromatic Colors of #AEBA28
Black with #AEBA28
Text Example
Text Example
White with #AEBA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA28; }
p { color: rgb(174,186,40); }
H1.HeaderClassName
{
color: #AEBA28;
}
.AnyTagClassName
{
color: #AEBA28;
}
</style>
background-color css
<style>
a { background-color: #AEBA28; }
a { background-color: rgb(174,186,40); }
div.DivClassName
{
background-color: #AEBA28;
}
.BgClassName
{
background-color: #AEBA28;
}
</style>
border-color css
<style>
span { border-color: #AEBA28; }
span { border-color: rgb(174,186,40); }
td.TdClassName
{
border-color: #AEBA28;
}
.TagClassName
{
border-color: #AEBA28;
}
</style>