Shades of Bahia #AEC312
Tints of Bahia #AEC312
RGB
CMYK
RGB Variations
Color information
#AEC312 (or 0xAEC312) is known color: Bahia. HEX triplet: AE, C3 and 12. RGB value is (174,195,18). Sum of RGB (Red+Green+Blue) = 174+195+18=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC312 is #513CED. Grayscale: #A9A9A9. Windows color (decimal): -5324014 or 1229742. OLE color: 1229742.
HSL color Cylindrical-coordinate representation of color #AEC312: hue angle of 67.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC312 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 18 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.24 |
| HSL | 67.12º | 0.83% | 0.42% | - |
| HSV(B) | 67.12º | 0.91% | 0.76% | - |
| XYZ | 37.08 | 48.07 | 7.9 | - |
| YUV | 168.54 | 43.04 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 18 | 0.11 | 0 | 0.91 | 0.24 | 67.12 | 0.83 | 0.42 |
| Hex | AE | C3 | 12 | B | 0 | 5B | 18 | 43 | 53 | 2A |
| Octal | 256 | 303 | 22 | 13 | 0 | 133 | 30 | 103 | 123 | 52 |
| Binary | 10101110 | 11000011 | 10010 | 1011 | 0 | 1011011 | 11000 | 1000011 | 1010011 | 101010 |
Color Harmonies of #AEC312
Complementary color
Monochromatic Colors of #AEC312
Black with #AEC312
Text Example
Text Example
White with #AEC312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC312; }
p { color: rgb(174,195,18); }
H1.HeaderClassName
{
color: #AEC312;
}
.AnyTagClassName
{
color: #AEC312;
}
</style>
background-color css
<style>
a { background-color: #AEC312; }
a { background-color: rgb(174,195,18); }
div.DivClassName
{
background-color: #AEC312;
}
.BgClassName
{
background-color: #AEC312;
}
</style>
border-color css
<style>
span { border-color: #AEC312; }
span { border-color: rgb(174,195,18); }
td.TdClassName
{
border-color: #AEC312;
}
.TagClassName
{
border-color: #AEC312;
}
</style>