Shades of Bahia #AEC321
Tints of Bahia #AEC321
RGB
CMYK
RGB Variations
Color information
#AEC321 (or 0xAEC321) is known color: Bahia. HEX triplet: AE, C3 and 21. RGB value is (174,195,33). Sum of RGB (Red+Green+Blue) = 174+195+33=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC321 is #513CDE. Grayscale: #AAAAAA. Windows color (decimal): -5323999 or 2212782. OLE color: 2212782.
HSL color Cylindrical-coordinate representation of color #AEC321: hue angle of 67.78º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEC321 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 33 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.24 |
| HSL | 67.78º | 0.71% | 0.45% | - |
| HSV(B) | 67.78º | 0.83% | 0.76% | - |
| XYZ | 37.25 | 48.14 | 8.77 | - |
| YUV | 170.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 33 | 0.11 | 0 | 0.83 | 0.24 | 67.78 | 0.71 | 0.45 |
| Hex | AE | C3 | 21 | B | 0 | 53 | 18 | 44 | 47 | 2D |
| Octal | 256 | 303 | 41 | 13 | 0 | 123 | 30 | 104 | 107 | 55 |
| Binary | 10101110 | 11000011 | 100001 | 1011 | 0 | 1010011 | 11000 | 1000100 | 1000111 | 101101 |
Color Harmonies of #AEC321
Complementary color
Monochromatic Colors of #AEC321
Black with #AEC321
Text Example
Text Example
White with #AEC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC321; }
p { color: rgb(174,195,33); }
H1.HeaderClassName
{
color: #AEC321;
}
.AnyTagClassName
{
color: #AEC321;
}
</style>
background-color css
<style>
a { background-color: #AEC321; }
a { background-color: rgb(174,195,33); }
div.DivClassName
{
background-color: #AEC321;
}
.BgClassName
{
background-color: #AEC321;
}
</style>
border-color css
<style>
span { border-color: #AEC321; }
span { border-color: rgb(174,195,33); }
td.TdClassName
{
border-color: #AEC321;
}
.TagClassName
{
border-color: #AEC321;
}
</style>