Shades of Bahia #AEC21D
Tints of Bahia #AEC21D
RGB
CMYK
RGB Variations
Color information
#AEC21D (or 0xAEC21D) is known color: Bahia. HEX triplet: AE, C2 and 1D. RGB value is (174,194,29). Sum of RGB (Red+Green+Blue) = 174+194+29=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC21D is #513DE2. Grayscale: #A9A9A9. Windows color (decimal): -5324259 or 1950382. OLE color: 1950382.
HSL color Cylindrical-coordinate representation of color #AEC21D: hue angle of 67.27º 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 #AEC21D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.24 |
| HSL | 67.27º | 0.74% | 0.44% | - |
| HSV(B) | 67.27º | 0.85% | 0.76% | - |
| XYZ | 36.97 | 47.67 | 8.42 | - |
| YUV | 169.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 29 | 0.10 | 0 | 0.85 | 0.24 | 67.27 | 0.74 | 0.44 |
| Hex | AE | C2 | 1D | A | 0 | 55 | 18 | 43 | 4A | 2C |
| Octal | 256 | 302 | 35 | 12 | 0 | 125 | 30 | 103 | 112 | 54 |
| Binary | 10101110 | 11000010 | 11101 | 1010 | 0 | 1010101 | 11000 | 1000011 | 1001010 | 101100 |
Color Harmonies of #AEC21D
Complementary color
Monochromatic Colors of #AEC21D
Black with #AEC21D
Text Example
Text Example
White with #AEC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC21D; }
p { color: rgb(174,194,29); }
H1.HeaderClassName
{
color: #AEC21D;
}
.AnyTagClassName
{
color: #AEC21D;
}
</style>
background-color css
<style>
a { background-color: #AEC21D; }
a { background-color: rgb(174,194,29); }
div.DivClassName
{
background-color: #AEC21D;
}
.BgClassName
{
background-color: #AEC21D;
}
</style>
border-color css
<style>
span { border-color: #AEC21D; }
span { border-color: rgb(174,194,29); }
td.TdClassName
{
border-color: #AEC21D;
}
.TagClassName
{
border-color: #AEC21D;
}
</style>