Shades of Bahia #AEC534
Tints of Bahia #AEC534
RGB
CMYK
RGB Variations
Color information
#AEC534 (or 0xAEC534) is known color: Bahia. HEX triplet: AE, C5 and 34. RGB value is (174,197,52). Sum of RGB (Red+Green+Blue) = 174+197+52=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC534 is #513ACB. Grayscale: #AEAEAE. Windows color (decimal): -5323468 or 3458478. OLE color: 3458478.
HSL color Cylindrical-coordinate representation of color #AEC534: hue angle of 69.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEC534 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 52 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.23 |
| HSL | 69.52º | 0.58% | 0.49% | - |
| HSV(B) | 69.52º | 0.74% | 0.77% | - |
| XYZ | 38.04 | 49.18 | 10.74 | - |
| YUV | 173.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 52 | 0.12 | 0 | 0.74 | 0.23 | 69.52 | 0.58 | 0.49 |
| Hex | AE | C5 | 34 | C | 0 | 4A | 17 | 46 | 3A | 31 |
| Octal | 256 | 305 | 64 | 14 | 0 | 112 | 27 | 106 | 72 | 61 |
| Binary | 10101110 | 11000101 | 110100 | 1100 | 0 | 1001010 | 10111 | 1000110 | 111010 | 110001 |
Color Harmonies of #AEC534
Complementary color
Monochromatic Colors of #AEC534
Black with #AEC534
Text Example
Text Example
White with #AEC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC534; }
p { color: rgb(174,197,52); }
H1.HeaderClassName
{
color: #AEC534;
}
.AnyTagClassName
{
color: #AEC534;
}
</style>
background-color css
<style>
a { background-color: #AEC534; }
a { background-color: rgb(174,197,52); }
div.DivClassName
{
background-color: #AEC534;
}
.BgClassName
{
background-color: #AEC534;
}
</style>
border-color css
<style>
span { border-color: #AEC534; }
span { border-color: rgb(174,197,52); }
td.TdClassName
{
border-color: #AEC534;
}
.TagClassName
{
border-color: #AEC534;
}
</style>