Shades of Bahia #AEC11D
Tints of Bahia #AEC11D
RGB
CMYK
RGB Variations
Color information
#AEC11D (or 0xAEC11D) is known color: Bahia. HEX triplet: AE, C1 and 1D. RGB value is (174,193,29). Sum of RGB (Red+Green+Blue) = 174+193+29=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC11D is #513EE2. Grayscale: #A9A9A9. Windows color (decimal): -5324515 or 1950126. OLE color: 1950126.
HSL color Cylindrical-coordinate representation of color #AEC11D: hue angle of 66.95º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC11D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.24 |
| HSL | 66.95º | 0.74% | 0.44% | - |
| HSV(B) | 66.95º | 0.85% | 0.76% | - |
| XYZ | 36.75 | 47.23 | 8.34 | - |
| YUV | 168.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 29 | 0.10 | 0 | 0.85 | 0.24 | 66.95 | 0.74 | 0.44 |
| Hex | AE | C1 | 1D | A | 0 | 55 | 18 | 43 | 4A | 2C |
| Octal | 256 | 301 | 35 | 12 | 0 | 125 | 30 | 103 | 112 | 54 |
| Binary | 10101110 | 11000001 | 11101 | 1010 | 0 | 1010101 | 11000 | 1000011 | 1001010 | 101100 |
Color Harmonies of #AEC11D
Complementary color
Monochromatic Colors of #AEC11D
Black with #AEC11D
Text Example
Text Example
White with #AEC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC11D; }
p { color: rgb(174,193,29); }
H1.HeaderClassName
{
color: #AEC11D;
}
.AnyTagClassName
{
color: #AEC11D;
}
</style>
background-color css
<style>
a { background-color: #AEC11D; }
a { background-color: rgb(174,193,29); }
div.DivClassName
{
background-color: #AEC11D;
}
.BgClassName
{
background-color: #AEC11D;
}
</style>
border-color css
<style>
span { border-color: #AEC11D; }
span { border-color: rgb(174,193,29); }
td.TdClassName
{
border-color: #AEC11D;
}
.TagClassName
{
border-color: #AEC11D;
}
</style>