Shades of Bahia #AEC61C
Tints of Bahia #AEC61C
RGB
CMYK
RGB Variations
Color information
#AEC61C (or 0xAEC61C) is known color: Bahia. HEX triplet: AE, C6 and 1C. RGB value is (174,198,28). Sum of RGB (Red+Green+Blue) = 174+198+28=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC61C is #5139E3. Grayscale: #ACACAC. Windows color (decimal): -5323236 or 1885870. OLE color: 1885870.
HSL color Cylindrical-coordinate representation of color #AEC61C: hue angle of 68.47º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AEC61C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 28 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.22 |
| HSL | 68.47º | 0.75% | 0.44% | - |
| HSV(B) | 68.47º | 0.86% | 0.78% | - |
| XYZ | 37.86 | 49.47 | 8.65 | - |
| YUV | 171.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 28 | 0.12 | 0 | 0.86 | 0.22 | 68.47 | 0.75 | 0.44 |
| Hex | AE | C6 | 1C | C | 0 | 56 | 16 | 44 | 4B | 2C |
| Octal | 256 | 306 | 34 | 14 | 0 | 126 | 26 | 104 | 113 | 54 |
| Binary | 10101110 | 11000110 | 11100 | 1100 | 0 | 1010110 | 10110 | 1000100 | 1001011 | 101100 |
Color Harmonies of #AEC61C
Complementary color
Monochromatic Colors of #AEC61C
Black with #AEC61C
Text Example
Text Example
White with #AEC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC61C; }
p { color: rgb(174,198,28); }
H1.HeaderClassName
{
color: #AEC61C;
}
.AnyTagClassName
{
color: #AEC61C;
}
</style>
background-color css
<style>
a { background-color: #AEC61C; }
a { background-color: rgb(174,198,28); }
div.DivClassName
{
background-color: #AEC61C;
}
.BgClassName
{
background-color: #AEC61C;
}
</style>
border-color css
<style>
span { border-color: #AEC61C; }
span { border-color: rgb(174,198,28); }
td.TdClassName
{
border-color: #AEC61C;
}
.TagClassName
{
border-color: #AEC61C;
}
</style>