Shades of Bahia #AEC21C
Tints of Bahia #AEC21C
RGB
CMYK
RGB Variations
Color information
#AEC21C (or 0xAEC21C) is known color: Bahia. HEX triplet: AE, C2 and 1C. RGB value is (174,194,28). Sum of RGB (Red+Green+Blue) = 174+194+28=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC21C is #513DE3. Grayscale: #A9A9A9. Windows color (decimal): -5324260 or 1884846. OLE color: 1884846.
HSL color Cylindrical-coordinate representation of color #AEC21C: hue angle of 67.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEC21C is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 194 | 28 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.24 |
| HSL | 67.23º | 0.75% | 0.44% | - |
| HSV(B) | 67.23º | 0.86% | 0.76% | - |
| XYZ | 36.96 | 47.67 | 8.35 | - |
| YUV | 169.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 28 | 0.10 | 0 | 0.86 | 0.24 | 67.23 | 0.75 | 0.44 |
| Hex | AE | C2 | 1C | A | 0 | 56 | 18 | 43 | 4B | 2C |
| Octal | 256 | 302 | 34 | 12 | 0 | 126 | 30 | 103 | 113 | 54 |
| Binary | 10101110 | 11000010 | 11100 | 1010 | 0 | 1010110 | 11000 | 1000011 | 1001011 | 101100 |
Color Harmonies of #AEC21C
Complementary color
Monochromatic Colors of #AEC21C
Black with #AEC21C
Text Example
Text Example
White with #AEC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC21C; }
p { color: rgb(174,194,28); }
H1.HeaderClassName
{
color: #AEC21C;
}
.AnyTagClassName
{
color: #AEC21C;
}
</style>
background-color css
<style>
a { background-color: #AEC21C; }
a { background-color: rgb(174,194,28); }
div.DivClassName
{
background-color: #AEC21C;
}
.BgClassName
{
background-color: #AEC21C;
}
</style>
border-color css
<style>
span { border-color: #AEC21C; }
span { border-color: rgb(174,194,28); }
td.TdClassName
{
border-color: #AEC21C;
}
.TagClassName
{
border-color: #AEC21C;
}
</style>