Shades of Bahia #AEC32F
Tints of Bahia #AEC32F
RGB
CMYK
RGB Variations
Color information
#AEC32F (or 0xAEC32F) is known color: Bahia. HEX triplet: AE, C3 and 2F. RGB value is (174,195,47). Sum of RGB (Red+Green+Blue) = 174+195+47=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC32F is #513CD0. Grayscale: #ACACAC. Windows color (decimal): -5323985 or 3130286. OLE color: 3130286.
HSL color Cylindrical-coordinate representation of color #AEC32F: hue angle of 68.51º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEC32F is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 47 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.24 |
| HSL | 68.51º | 0.61% | 0.47% | - |
| HSV(B) | 68.51º | 0.76% | 0.76% | - |
| XYZ | 37.48 | 48.23 | 10.02 | - |
| YUV | 171.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 47 | 0.11 | 0 | 0.76 | 0.24 | 68.51 | 0.61 | 0.47 |
| Hex | AE | C3 | 2F | B | 0 | 4C | 18 | 45 | 3D | 2F |
| Octal | 256 | 303 | 57 | 13 | 0 | 114 | 30 | 105 | 75 | 57 |
| Binary | 10101110 | 11000011 | 101111 | 1011 | 0 | 1001100 | 11000 | 1000101 | 111101 | 101111 |
Color Harmonies of #AEC32F
Complementary color
Monochromatic Colors of #AEC32F
Black with #AEC32F
Text Example
Text Example
White with #AEC32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC32F; }
p { color: rgb(174,195,47); }
H1.HeaderClassName
{
color: #AEC32F;
}
.AnyTagClassName
{
color: #AEC32F;
}
</style>
background-color css
<style>
a { background-color: #AEC32F; }
a { background-color: rgb(174,195,47); }
div.DivClassName
{
background-color: #AEC32F;
}
.BgClassName
{
background-color: #AEC32F;
}
</style>
border-color css
<style>
span { border-color: #AEC32F; }
span { border-color: rgb(174,195,47); }
td.TdClassName
{
border-color: #AEC32F;
}
.TagClassName
{
border-color: #AEC32F;
}
</style>