Shades of Bahia #AECE2A
Tints of Bahia #AECE2A
RGB
CMYK
RGB Variations
Color information
#AECE2A (or 0xAECE2A) is known color: Bahia. HEX triplet: AE, CE and 2A. RGB value is (174,206,42). Sum of RGB (Red+Green+Blue) = 174+206+42=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE2A is #5131D5. Grayscale: #B2B2B2. Windows color (decimal): -5321174 or 2805422. OLE color: 2805422.
HSL color Cylindrical-coordinate representation of color #AECE2A: hue angle of 71.71º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECE2A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 42 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.19 |
| HSL | 71.71º | 0.66% | 0.49% | - |
| HSV(B) | 71.71º | 0.8% | 0.81% | - |
| XYZ | 39.94 | 53.31 | 10.37 | - |
| YUV | 177.74 | 51.4 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 42 | 0.16 | 0 | 0.80 | 0.19 | 71.71 | 0.66 | 0.49 |
| Hex | AE | CE | 2A | 10 | 0 | 50 | 13 | 48 | 42 | 31 |
| Octal | 256 | 316 | 52 | 20 | 0 | 120 | 23 | 110 | 102 | 61 |
| Binary | 10101110 | 11001110 | 101010 | 10000 | 0 | 1010000 | 10011 | 1001000 | 1000010 | 110001 |
Color Harmonies of #AECE2A
Complementary color
Monochromatic Colors of #AECE2A
Black with #AECE2A
Text Example
Text Example
White with #AECE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE2A; }
p { color: rgb(174,206,42); }
H1.HeaderClassName
{
color: #AECE2A;
}
.AnyTagClassName
{
color: #AECE2A;
}
</style>
background-color css
<style>
a { background-color: #AECE2A; }
a { background-color: rgb(174,206,42); }
div.DivClassName
{
background-color: #AECE2A;
}
.BgClassName
{
background-color: #AECE2A;
}
</style>
border-color css
<style>
span { border-color: #AECE2A; }
span { border-color: rgb(174,206,42); }
td.TdClassName
{
border-color: #AECE2A;
}
.TagClassName
{
border-color: #AECE2A;
}
</style>