Shades of Bahia #AEC310
Tints of Bahia #AEC310
RGB
CMYK
RGB Variations
Color information
#AEC310 (or 0xAEC310) is known color: Bahia. HEX triplet: AE, C3 and 10. RGB value is (174,195,16). Sum of RGB (Red+Green+Blue) = 174+195+16=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC310 is #513CEF. Grayscale: #A9A9A9. Windows color (decimal): -5324016 or 1098670. OLE color: 1098670.
HSL color Cylindrical-coordinate representation of color #AEC310: hue angle of 67.04º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEC310 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.24 |
| HSL | 67.04º | 0.85% | 0.41% | - |
| HSV(B) | 67.04º | 0.92% | 0.76% | - |
| XYZ | 37.06 | 48.07 | 7.81 | - |
| YUV | 168.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 16 | 0.11 | 0 | 0.92 | 0.24 | 67.04 | 0.85 | 0.41 |
| Hex | AE | C3 | 10 | B | 0 | 5C | 18 | 43 | 55 | 29 |
| Octal | 256 | 303 | 20 | 13 | 0 | 134 | 30 | 103 | 125 | 51 |
| Binary | 10101110 | 11000011 | 10000 | 1011 | 0 | 1011100 | 11000 | 1000011 | 1010101 | 101001 |
Color Harmonies of #AEC310
Complementary color
Monochromatic Colors of #AEC310
Black with #AEC310
Text Example
Text Example
White with #AEC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC310; }
p { color: rgb(174,195,16); }
H1.HeaderClassName
{
color: #AEC310;
}
.AnyTagClassName
{
color: #AEC310;
}
</style>
background-color css
<style>
a { background-color: #AEC310; }
a { background-color: rgb(174,195,16); }
div.DivClassName
{
background-color: #AEC310;
}
.BgClassName
{
background-color: #AEC310;
}
</style>
border-color css
<style>
span { border-color: #AEC310; }
span { border-color: rgb(174,195,16); }
td.TdClassName
{
border-color: #AEC310;
}
.TagClassName
{
border-color: #AEC310;
}
</style>