Shades of Bahia #AEBB1F
Tints of Bahia #AEBB1F
RGB
CMYK
RGB Variations
Color information
#AEBB1F (or 0xAEBB1F) is known color: Bahia. HEX triplet: AE, BB and 1F. RGB value is (174,187,31). Sum of RGB (Red+Green+Blue) = 174+187+31=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEBB1F is #5144E0. Grayscale: #A5A5A5. Windows color (decimal): -5326049 or 2079662. OLE color: 2079662.
HSL color Cylindrical-coordinate representation of color #AEBB1F: hue angle of 65º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEBB1F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 31 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.27 |
| HSL | 65º | 0.72% | 0.43% | - |
| HSV(B) | 65º | 0.83% | 0.73% | - |
| XYZ | 35.47 | 44.64 | 8.04 | - |
| YUV | 165.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 31 | 0.07 | 0 | 0.83 | 0.27 | 65 | 0.72 | 0.43 |
| Hex | AE | BB | 1F | 7 | 0 | 53 | 1B | 41 | 48 | 2B |
| Octal | 256 | 273 | 37 | 7 | 0 | 123 | 33 | 101 | 110 | 53 |
| Binary | 10101110 | 10111011 | 11111 | 111 | 0 | 1010011 | 11011 | 1000001 | 1001000 | 101011 |
Color Harmonies of #AEBB1F
Complementary color
Monochromatic Colors of #AEBB1F
Black with #AEBB1F
Text Example
Text Example
White with #AEBB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB1F; }
p { color: rgb(174,187,31); }
H1.HeaderClassName
{
color: #AEBB1F;
}
.AnyTagClassName
{
color: #AEBB1F;
}
</style>
background-color css
<style>
a { background-color: #AEBB1F; }
a { background-color: rgb(174,187,31); }
div.DivClassName
{
background-color: #AEBB1F;
}
.BgClassName
{
background-color: #AEBB1F;
}
</style>
border-color css
<style>
span { border-color: #AEBB1F; }
span { border-color: rgb(174,187,31); }
td.TdClassName
{
border-color: #AEBB1F;
}
.TagClassName
{
border-color: #AEBB1F;
}
</style>