Shades of Bahia #AEC62C
Tints of Bahia #AEC62C
RGB
CMYK
RGB Variations
Color information
#AEC62C (or 0xAEC62C) is known color: Bahia. HEX triplet: AE, C6 and 2C. RGB value is (174,198,44). Sum of RGB (Red+Green+Blue) = 174+198+44=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC62C is #5139D3. Grayscale: #ADADAD. Windows color (decimal): -5323220 or 2934446. OLE color: 2934446.
HSL color Cylindrical-coordinate representation of color #AEC62C: hue angle of 69.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEC62C is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 44 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.22 |
| HSL | 69.35º | 0.64% | 0.47% | - |
| HSV(B) | 69.35º | 0.78% | 0.78% | - |
| XYZ | 38.1 | 49.57 | 9.94 | - |
| YUV | 173.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 44 | 0.12 | 0 | 0.78 | 0.22 | 69.35 | 0.64 | 0.47 |
| Hex | AE | C6 | 2C | C | 0 | 4E | 16 | 45 | 40 | 2F |
| Octal | 256 | 306 | 54 | 14 | 0 | 116 | 26 | 105 | 100 | 57 |
| Binary | 10101110 | 11000110 | 101100 | 1100 | 0 | 1001110 | 10110 | 1000101 | 1000000 | 101111 |
Color Harmonies of #AEC62C
Complementary color
Monochromatic Colors of #AEC62C
Black with #AEC62C
Text Example
Text Example
White with #AEC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC62C; }
p { color: rgb(174,198,44); }
H1.HeaderClassName
{
color: #AEC62C;
}
.AnyTagClassName
{
color: #AEC62C;
}
</style>
background-color css
<style>
a { background-color: #AEC62C; }
a { background-color: rgb(174,198,44); }
div.DivClassName
{
background-color: #AEC62C;
}
.BgClassName
{
background-color: #AEC62C;
}
</style>
border-color css
<style>
span { border-color: #AEC62C; }
span { border-color: rgb(174,198,44); }
td.TdClassName
{
border-color: #AEC62C;
}
.TagClassName
{
border-color: #AEC62C;
}
</style>