Shades of Bahia #AEC01D
Tints of Bahia #AEC01D
RGB
CMYK
RGB Variations
Color information
#AEC01D (or 0xAEC01D) is known color: Bahia. HEX triplet: AE, C0 and 1D. RGB value is (174,192,29). Sum of RGB (Red+Green+Blue) = 174+192+29=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC01D is #513FE2. Grayscale: #A8A8A8. Windows color (decimal): -5324771 or 1949870. OLE color: 1949870.
HSL color Cylindrical-coordinate representation of color #AEC01D: hue angle of 66.63º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC01D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 29 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.25 |
| HSL | 66.63º | 0.74% | 0.43% | - |
| HSV(B) | 66.63º | 0.85% | 0.75% | - |
| XYZ | 36.53 | 46.79 | 8.27 | - |
| YUV | 168.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 29 | 0.09 | 0 | 0.85 | 0.25 | 66.63 | 0.74 | 0.43 |
| Hex | AE | C0 | 1D | 9 | 0 | 55 | 19 | 43 | 4A | 2B |
| Octal | 256 | 300 | 35 | 11 | 0 | 125 | 31 | 103 | 112 | 53 |
| Binary | 10101110 | 11000000 | 11101 | 1001 | 0 | 1010101 | 11001 | 1000011 | 1001010 | 101011 |
Color Harmonies of #AEC01D
Complementary color
Monochromatic Colors of #AEC01D
Black with #AEC01D
Text Example
Text Example
White with #AEC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC01D; }
p { color: rgb(174,192,29); }
H1.HeaderClassName
{
color: #AEC01D;
}
.AnyTagClassName
{
color: #AEC01D;
}
</style>
background-color css
<style>
a { background-color: #AEC01D; }
a { background-color: rgb(174,192,29); }
div.DivClassName
{
background-color: #AEC01D;
}
.BgClassName
{
background-color: #AEC01D;
}
</style>
border-color css
<style>
span { border-color: #AEC01D; }
span { border-color: rgb(174,192,29); }
td.TdClassName
{
border-color: #AEC01D;
}
.TagClassName
{
border-color: #AEC01D;
}
</style>