Shades of Bahia #AEBD32
Tints of Bahia #AEBD32
RGB
CMYK
RGB Variations
Color information
#AEBD32 (or 0xAEBD32) is known color: Bahia. HEX triplet: AE, BD and 32. RGB value is (174,189,50). Sum of RGB (Red+Green+Blue) = 174+189+50=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBD32 is #5142CD. Grayscale: #A9A9A9. Windows color (decimal): -5325518 or 3325358. OLE color: 3325358.
HSL color Cylindrical-coordinate representation of color #AEBD32: hue angle of 66.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEBD32 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 50 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.26 |
| HSL | 66.47º | 0.58% | 0.47% | - |
| HSV(B) | 66.47º | 0.74% | 0.74% | - |
| XYZ | 36.23 | 45.62 | 9.91 | - |
| YUV | 168.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 50 | 0.08 | 0 | 0.74 | 0.26 | 66.47 | 0.58 | 0.47 |
| Hex | AE | BD | 32 | 8 | 0 | 4A | 1A | 42 | 3A | 2F |
| Octal | 256 | 275 | 62 | 10 | 0 | 112 | 32 | 102 | 72 | 57 |
| Binary | 10101110 | 10111101 | 110010 | 1000 | 0 | 1001010 | 11010 | 1000010 | 111010 | 101111 |
Color Harmonies of #AEBD32
Complementary color
Monochromatic Colors of #AEBD32
Black with #AEBD32
Text Example
Text Example
White with #AEBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBD32; }
p { color: rgb(174,189,50); }
H1.HeaderClassName
{
color: #AEBD32;
}
.AnyTagClassName
{
color: #AEBD32;
}
</style>
background-color css
<style>
a { background-color: #AEBD32; }
a { background-color: rgb(174,189,50); }
div.DivClassName
{
background-color: #AEBD32;
}
.BgClassName
{
background-color: #AEBD32;
}
</style>
border-color css
<style>
span { border-color: #AEBD32; }
span { border-color: rgb(174,189,50); }
td.TdClassName
{
border-color: #AEBD32;
}
.TagClassName
{
border-color: #AEBD32;
}
</style>