Shades of Bahia #AECB1C
Tints of Bahia #AECB1C
RGB
CMYK
RGB Variations
Color information
#AECB1C (or 0xAECB1C) is known color: Bahia. HEX triplet: AE, CB and 1C. RGB value is (174,203,28). Sum of RGB (Red+Green+Blue) = 174+203+28=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB1C is #5134E3. Grayscale: #AFAFAF. Windows color (decimal): -5321956 or 1887150. OLE color: 1887150.
HSL color Cylindrical-coordinate representation of color #AECB1C: hue angle of 69.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AECB1C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.20 |
| HSL | 69.94º | 0.76% | 0.45% | - |
| HSV(B) | 69.94º | 0.86% | 0.8% | - |
| XYZ | 39.02 | 51.79 | 9.04 | - |
| YUV | 174.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 28 | 0.14 | 0 | 0.86 | 0.20 | 69.94 | 0.76 | 0.45 |
| Hex | AE | CB | 1C | E | 0 | 56 | 14 | 46 | 4C | 2D |
| Octal | 256 | 313 | 34 | 16 | 0 | 126 | 24 | 106 | 114 | 55 |
| Binary | 10101110 | 11001011 | 11100 | 1110 | 0 | 1010110 | 10100 | 1000110 | 1001100 | 101101 |
Color Harmonies of #AECB1C
Complementary color
Monochromatic Colors of #AECB1C
Black with #AECB1C
Text Example
Text Example
White with #AECB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB1C; }
p { color: rgb(174,203,28); }
H1.HeaderClassName
{
color: #AECB1C;
}
.AnyTagClassName
{
color: #AECB1C;
}
</style>
background-color css
<style>
a { background-color: #AECB1C; }
a { background-color: rgb(174,203,28); }
div.DivClassName
{
background-color: #AECB1C;
}
.BgClassName
{
background-color: #AECB1C;
}
</style>
border-color css
<style>
span { border-color: #AECB1C; }
span { border-color: rgb(174,203,28); }
td.TdClassName
{
border-color: #AECB1C;
}
.TagClassName
{
border-color: #AECB1C;
}
</style>