Shades of Bahia #AECB2C
Tints of Bahia #AECB2C
RGB
CMYK
RGB Variations
Color information
#AECB2C (or 0xAECB2C) is known color: Bahia. HEX triplet: AE, CB and 2C. RGB value is (174,203,44). Sum of RGB (Red+Green+Blue) = 174+203+44=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB2C is #5134D3. Grayscale: #B0B0B0. Windows color (decimal): -5321940 or 2935726. OLE color: 2935726.
HSL color Cylindrical-coordinate representation of color #AECB2C: hue angle of 70.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AECB2C is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 44 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.20 |
| HSL | 70.94º | 0.64% | 0.48% | - |
| HSV(B) | 70.94º | 0.78% | 0.8% | - |
| XYZ | 39.27 | 51.89 | 10.33 | - |
| YUV | 176.2 | 53.39 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 44 | 0.14 | 0 | 0.78 | 0.20 | 70.94 | 0.64 | 0.48 |
| Hex | AE | CB | 2C | E | 0 | 4E | 14 | 47 | 40 | 30 |
| Octal | 256 | 313 | 54 | 16 | 0 | 116 | 24 | 107 | 100 | 60 |
| Binary | 10101110 | 11001011 | 101100 | 1110 | 0 | 1001110 | 10100 | 1000111 | 1000000 | 110000 |
Color Harmonies of #AECB2C
Complementary color
Monochromatic Colors of #AECB2C
Black with #AECB2C
Text Example
Text Example
White with #AECB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB2C; }
p { color: rgb(174,203,44); }
H1.HeaderClassName
{
color: #AECB2C;
}
.AnyTagClassName
{
color: #AECB2C;
}
</style>
background-color css
<style>
a { background-color: #AECB2C; }
a { background-color: rgb(174,203,44); }
div.DivClassName
{
background-color: #AECB2C;
}
.BgClassName
{
background-color: #AECB2C;
}
</style>
border-color css
<style>
span { border-color: #AECB2C; }
span { border-color: rgb(174,203,44); }
td.TdClassName
{
border-color: #AECB2C;
}
.TagClassName
{
border-color: #AECB2C;
}
</style>