Shades of Bahia #AEC123
Tints of Bahia #AEC123
RGB
CMYK
RGB Variations
Color information
#AEC123 (or 0xAEC123) is known color: Bahia. HEX triplet: AE, C1 and 23. RGB value is (174,193,35). Sum of RGB (Red+Green+Blue) = 174+193+35=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC123 is #513EDC. Grayscale: #A9A9A9. Windows color (decimal): -5324509 or 2343342. OLE color: 2343342.
HSL color Cylindrical-coordinate representation of color #AEC123: hue angle of 67.22º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AEC123 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 35 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.24 |
| HSL | 67.22º | 0.69% | 0.45% | - |
| HSV(B) | 67.22º | 0.82% | 0.76% | - |
| XYZ | 36.83 | 47.26 | 8.77 | - |
| YUV | 169.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 35 | 0.10 | 0 | 0.82 | 0.24 | 67.22 | 0.69 | 0.45 |
| Hex | AE | C1 | 23 | A | 0 | 52 | 18 | 43 | 45 | 2D |
| Octal | 256 | 301 | 43 | 12 | 0 | 122 | 30 | 103 | 105 | 55 |
| Binary | 10101110 | 11000001 | 100011 | 1010 | 0 | 1010010 | 11000 | 1000011 | 1000101 | 101101 |
Color Harmonies of #AEC123
Complementary color
Monochromatic Colors of #AEC123
Black with #AEC123
Text Example
Text Example
White with #AEC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC123; }
p { color: rgb(174,193,35); }
H1.HeaderClassName
{
color: #AEC123;
}
.AnyTagClassName
{
color: #AEC123;
}
</style>
background-color css
<style>
a { background-color: #AEC123; }
a { background-color: rgb(174,193,35); }
div.DivClassName
{
background-color: #AEC123;
}
.BgClassName
{
background-color: #AEC123;
}
</style>
border-color css
<style>
span { border-color: #AEC123; }
span { border-color: rgb(174,193,35); }
td.TdClassName
{
border-color: #AEC123;
}
.TagClassName
{
border-color: #AEC123;
}
</style>