Shades of Bahia #AEB61E
Tints of Bahia #AEB61E
RGB
CMYK
RGB Variations
Color information
#AEB61E (or 0xAEB61E) is known color: Bahia. HEX triplet: AE, B6 and 1E. RGB value is (174,182,30). Sum of RGB (Red+Green+Blue) = 174+182+30=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB61E is #5149E1. Grayscale: #A2A2A2. Windows color (decimal): -5327330 or 2012846. OLE color: 2012846.
HSL color Cylindrical-coordinate representation of color #AEB61E: hue angle of 63.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEB61E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 174 | 182 | 30 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.29 |
| HSL | 63.16º | 0.72% | 0.42% | - |
| HSV(B) | 63.16º | 0.84% | 0.71% | - |
| XYZ | 34.42 | 42.55 | 7.63 | - |
| YUV | 162.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 182 | 30 | 0.04 | 0 | 0.84 | 0.29 | 63.16 | 0.72 | 0.42 |
| Hex | AE | B6 | 1E | 4 | 0 | 54 | 1D | 3F | 48 | 2A |
| Octal | 256 | 266 | 36 | 4 | 0 | 124 | 35 | 77 | 110 | 52 |
| Binary | 10101110 | 10110110 | 11110 | 100 | 0 | 1010100 | 11101 | 111111 | 1001000 | 101010 |
Color Harmonies of #AEB61E
Complementary color
Monochromatic Colors of #AEB61E
Black with #AEB61E
Text Example
Text Example
White with #AEB61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB61E; }
p { color: rgb(174,182,30); }
H1.HeaderClassName
{
color: #AEB61E;
}
.AnyTagClassName
{
color: #AEB61E;
}
</style>
background-color css
<style>
a { background-color: #AEB61E; }
a { background-color: rgb(174,182,30); }
div.DivClassName
{
background-color: #AEB61E;
}
.BgClassName
{
background-color: #AEB61E;
}
</style>
border-color css
<style>
span { border-color: #AEB61E; }
span { border-color: rgb(174,182,30); }
td.TdClassName
{
border-color: #AEB61E;
}
.TagClassName
{
border-color: #AEB61E;
}
</style>