Shades of Bahia #AECB2E
Tints of Bahia #AECB2E
RGB
CMYK
RGB Variations
Color information
#AECB2E (or 0xAECB2E) is known color: Bahia. HEX triplet: AE, CB and 2E. RGB value is (174,203,46). Sum of RGB (Red+Green+Blue) = 174+203+46=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2E is #5134D1. Grayscale: #B1B1B1. Windows color (decimal): -5321938 or 3066798. OLE color: 3066798.
HSL color Cylindrical-coordinate representation of color #AECB2E: hue angle of 71.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AECB2E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 46 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.20 |
| HSL | 71.08º | 0.63% | 0.49% | - |
| HSV(B) | 71.08º | 0.77% | 0.8% | - |
| XYZ | 39.3 | 51.91 | 10.53 | - |
| YUV | 176.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 46 | 0.14 | 0 | 0.77 | 0.20 | 71.08 | 0.63 | 0.49 |
| Hex | AE | CB | 2E | E | 0 | 4D | 14 | 47 | 3F | 31 |
| Octal | 256 | 313 | 56 | 16 | 0 | 115 | 24 | 107 | 77 | 61 |
| Binary | 10101110 | 11001011 | 101110 | 1110 | 0 | 1001101 | 10100 | 1000111 | 111111 | 110001 |
Color Harmonies of #AECB2E
Complementary color
Monochromatic Colors of #AECB2E
Black with #AECB2E
Text Example
Text Example
White with #AECB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB2E; }
p { color: rgb(174,203,46); }
H1.HeaderClassName
{
color: #AECB2E;
}
.AnyTagClassName
{
color: #AECB2E;
}
</style>
background-color css
<style>
a { background-color: #AECB2E; }
a { background-color: rgb(174,203,46); }
div.DivClassName
{
background-color: #AECB2E;
}
.BgClassName
{
background-color: #AECB2E;
}
</style>
border-color css
<style>
span { border-color: #AECB2E; }
span { border-color: rgb(174,203,46); }
td.TdClassName
{
border-color: #AECB2E;
}
.TagClassName
{
border-color: #AECB2E;
}
</style>