Shades of Bahia #AEC320
Tints of Bahia #AEC320
RGB
CMYK
RGB Variations
Color information
#AEC320 (or 0xAEC320) is known color: Bahia. HEX triplet: AE, C3 and 20. RGB value is (174,195,32). Sum of RGB (Red+Green+Blue) = 174+195+32=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC320 is #513CDF. Grayscale: #AAAAAA. Windows color (decimal): -5324000 or 2147246. OLE color: 2147246.
HSL color Cylindrical-coordinate representation of color #AEC320: hue angle of 67.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEC320 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 32 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.24 |
| HSL | 67.73º | 0.72% | 0.45% | - |
| HSV(B) | 67.73º | 0.84% | 0.76% | - |
| XYZ | 37.23 | 48.13 | 8.69 | - |
| YUV | 170.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 32 | 0.11 | 0 | 0.84 | 0.24 | 67.73 | 0.72 | 0.45 |
| Hex | AE | C3 | 20 | B | 0 | 54 | 18 | 44 | 48 | 2D |
| Octal | 256 | 303 | 40 | 13 | 0 | 124 | 30 | 104 | 110 | 55 |
| Binary | 10101110 | 11000011 | 100000 | 1011 | 0 | 1010100 | 11000 | 1000100 | 1001000 | 101101 |
Color Harmonies of #AEC320
Complementary color
Monochromatic Colors of #AEC320
Black with #AEC320
Text Example
Text Example
White with #AEC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC320; }
p { color: rgb(174,195,32); }
H1.HeaderClassName
{
color: #AEC320;
}
.AnyTagClassName
{
color: #AEC320;
}
</style>
background-color css
<style>
a { background-color: #AEC320; }
a { background-color: rgb(174,195,32); }
div.DivClassName
{
background-color: #AEC320;
}
.BgClassName
{
background-color: #AEC320;
}
</style>
border-color css
<style>
span { border-color: #AEC320; }
span { border-color: rgb(174,195,32); }
td.TdClassName
{
border-color: #AEC320;
}
.TagClassName
{
border-color: #AEC320;
}
</style>