Shades of Bahia #AEC313
Tints of Bahia #AEC313
RGB
CMYK
RGB Variations
Color information
#AEC313 (or 0xAEC313) is known color: Bahia. HEX triplet: AE, C3 and 13. RGB value is (174,195,19). Sum of RGB (Red+Green+Blue) = 174+195+19=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC313 is #513CEC. Grayscale: #A9A9A9. Windows color (decimal): -5324013 or 1295278. OLE color: 1295278.
HSL color Cylindrical-coordinate representation of color #AEC313: hue angle of 67.16º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AEC313 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 195 | 19 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.24 |
| HSL | 67.16º | 0.82% | 0.42% | - |
| HSV(B) | 67.16º | 0.9% | 0.76% | - |
| XYZ | 37.09 | 48.08 | 7.94 | - |
| YUV | 168.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 195 | 19 | 0.11 | 0 | 0.90 | 0.24 | 67.16 | 0.82 | 0.42 |
| Hex | AE | C3 | 13 | B | 0 | 5A | 18 | 43 | 52 | 2A |
| Octal | 256 | 303 | 23 | 13 | 0 | 132 | 30 | 103 | 122 | 52 |
| Binary | 10101110 | 11000011 | 10011 | 1011 | 0 | 1011010 | 11000 | 1000011 | 1010010 | 101010 |
Color Harmonies of #AEC313
Complementary color
Monochromatic Colors of #AEC313
Black with #AEC313
Text Example
Text Example
White with #AEC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC313; }
p { color: rgb(174,195,19); }
H1.HeaderClassName
{
color: #AEC313;
}
.AnyTagClassName
{
color: #AEC313;
}
</style>
background-color css
<style>
a { background-color: #AEC313; }
a { background-color: rgb(174,195,19); }
div.DivClassName
{
background-color: #AEC313;
}
.BgClassName
{
background-color: #AEC313;
}
</style>
border-color css
<style>
span { border-color: #AEC313; }
span { border-color: rgb(174,195,19); }
td.TdClassName
{
border-color: #AEC313;
}
.TagClassName
{
border-color: #AEC313;
}
</style>