Shades of Bahia #AECB20
Tints of Bahia #AECB20
RGB
CMYK
RGB Variations
Color information
#AECB20 (or 0xAECB20) is known color: Bahia. HEX triplet: AE, CB and 20. RGB value is (174,203,32). Sum of RGB (Red+Green+Blue) = 174+203+32=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB20 is #5134DF. Grayscale: #AFAFAF. Windows color (decimal): -5321952 or 2149294. OLE color: 2149294.
HSL color Cylindrical-coordinate representation of color #AECB20: hue angle of 70.18º 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 #AECB20 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.20 |
| HSL | 70.18º | 0.73% | 0.46% | - |
| HSV(B) | 70.18º | 0.84% | 0.8% | - |
| XYZ | 39.07 | 51.81 | 9.31 | - |
| YUV | 174.84 | 47.39 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 32 | 0.14 | 0 | 0.84 | 0.20 | 70.18 | 0.73 | 0.46 |
| Hex | AE | CB | 20 | E | 0 | 54 | 14 | 46 | 49 | 2E |
| Octal | 256 | 313 | 40 | 16 | 0 | 124 | 24 | 106 | 111 | 56 |
| Binary | 10101110 | 11001011 | 100000 | 1110 | 0 | 1010100 | 10100 | 1000110 | 1001001 | 101110 |
Color Harmonies of #AECB20
Complementary color
Monochromatic Colors of #AECB20
Black with #AECB20
Text Example
Text Example
White with #AECB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB20; }
p { color: rgb(174,203,32); }
H1.HeaderClassName
{
color: #AECB20;
}
.AnyTagClassName
{
color: #AECB20;
}
</style>
background-color css
<style>
a { background-color: #AECB20; }
a { background-color: rgb(174,203,32); }
div.DivClassName
{
background-color: #AECB20;
}
.BgClassName
{
background-color: #AECB20;
}
</style>
border-color css
<style>
span { border-color: #AECB20; }
span { border-color: rgb(174,203,32); }
td.TdClassName
{
border-color: #AECB20;
}
.TagClassName
{
border-color: #AECB20;
}
</style>