Shades of Bahia #AECC20
Tints of Bahia #AECC20
RGB
CMYK
RGB Variations
Color information
#AECC20 (or 0xAECC20) is known color: Bahia. HEX triplet: AE, CC and 20. RGB value is (174,204,32). Sum of RGB (Red+Green+Blue) = 174+204+32=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC20 is #5133DF. Grayscale: #B0B0B0. Windows color (decimal): -5321696 or 2149550. OLE color: 2149550.
HSL color Cylindrical-coordinate representation of color #AECC20: hue angle of 70.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AECC20 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 32 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.2 |
| HSL | 70.47º | 0.73% | 0.46% | - |
| HSV(B) | 70.47º | 0.84% | 0.8% | - |
| XYZ | 39.31 | 52.29 | 9.39 | - |
| YUV | 175.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 32 | 0.15 | 0 | 0.84 | 0.2 | 70.47 | 0.73 | 0.46 |
| Hex | AE | CC | 20 | F | 0 | 54 | 14 | 46 | 49 | 2E |
| Octal | 256 | 314 | 40 | 17 | 0 | 124 | 24 | 106 | 111 | 56 |
| Binary | 10101110 | 11001100 | 100000 | 1111 | 0 | 1010100 | 10100 | 1000110 | 1001001 | 101110 |
Color Harmonies of #AECC20
Complementary color
Monochromatic Colors of #AECC20
Black with #AECC20
Text Example
Text Example
White with #AECC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC20; }
p { color: rgb(174,204,32); }
H1.HeaderClassName
{
color: #AECC20;
}
.AnyTagClassName
{
color: #AECC20;
}
</style>
background-color css
<style>
a { background-color: #AECC20; }
a { background-color: rgb(174,204,32); }
div.DivClassName
{
background-color: #AECC20;
}
.BgClassName
{
background-color: #AECC20;
}
</style>
border-color css
<style>
span { border-color: #AECC20; }
span { border-color: rgb(174,204,32); }
td.TdClassName
{
border-color: #AECC20;
}
.TagClassName
{
border-color: #AECC20;
}
</style>