Shades of Bahia #AEC01C
Tints of Bahia #AEC01C
RGB
CMYK
RGB Variations
Color information
#AEC01C (or 0xAEC01C) is known color: Bahia. HEX triplet: AE, C0 and 1C. RGB value is (174,192,28). Sum of RGB (Red+Green+Blue) = 174+192+28=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC01C is #513FE3. Grayscale: #A8A8A8. Windows color (decimal): -5324772 or 1884334. OLE color: 1884334.
HSL color Cylindrical-coordinate representation of color #AEC01C: hue angle of 66.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC01C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 28 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.25 |
| HSL | 66.59º | 0.75% | 0.43% | - |
| HSV(B) | 66.59º | 0.85% | 0.75% | - |
| XYZ | 36.51 | 46.78 | 8.2 | - |
| YUV | 167.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 28 | 0.09 | 0 | 0.85 | 0.25 | 66.59 | 0.75 | 0.43 |
| Hex | AE | C0 | 1C | 9 | 0 | 55 | 19 | 43 | 4B | 2B |
| Octal | 256 | 300 | 34 | 11 | 0 | 125 | 31 | 103 | 113 | 53 |
| Binary | 10101110 | 11000000 | 11100 | 1001 | 0 | 1010101 | 11001 | 1000011 | 1001011 | 101011 |
Color Harmonies of #AEC01C
Complementary color
Monochromatic Colors of #AEC01C
Black with #AEC01C
Text Example
Text Example
White with #AEC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC01C; }
p { color: rgb(174,192,28); }
H1.HeaderClassName
{
color: #AEC01C;
}
.AnyTagClassName
{
color: #AEC01C;
}
</style>
background-color css
<style>
a { background-color: #AEC01C; }
a { background-color: rgb(174,192,28); }
div.DivClassName
{
background-color: #AEC01C;
}
.BgClassName
{
background-color: #AEC01C;
}
</style>
border-color css
<style>
span { border-color: #AEC01C; }
span { border-color: rgb(174,192,28); }
td.TdClassName
{
border-color: #AEC01C;
}
.TagClassName
{
border-color: #AEC01C;
}
</style>