Shades of Bahia #AEB81D
Tints of Bahia #AEB81D
RGB
CMYK
RGB Variations
Color information
#AEB81D (or 0xAEB81D) is known color: Bahia. HEX triplet: AE, B8 and 1D. RGB value is (174,184,29). Sum of RGB (Red+Green+Blue) = 174+184+29=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB81D is #5147E2. Grayscale: #A3A3A3. Windows color (decimal): -5326819 or 1947822. OLE color: 1947822.
HSL color Cylindrical-coordinate representation of color #AEB81D: hue angle of 63.87º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AEB81D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.28 |
| HSL | 63.87º | 0.73% | 0.42% | - |
| HSV(B) | 63.87º | 0.84% | 0.72% | - |
| XYZ | 34.82 | 43.37 | 7.7 | - |
| YUV | 163.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 29 | 0.05 | 0 | 0.84 | 0.28 | 63.87 | 0.73 | 0.42 |
| Hex | AE | B8 | 1D | 5 | 0 | 54 | 1C | 40 | 49 | 2A |
| Octal | 256 | 270 | 35 | 5 | 0 | 124 | 34 | 100 | 111 | 52 |
| Binary | 10101110 | 10111000 | 11101 | 101 | 0 | 1010100 | 11100 | 1000000 | 1001001 | 101010 |
Color Harmonies of #AEB81D
Complementary color
Monochromatic Colors of #AEB81D
Black with #AEB81D
Text Example
Text Example
White with #AEB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB81D; }
p { color: rgb(174,184,29); }
H1.HeaderClassName
{
color: #AEB81D;
}
.AnyTagClassName
{
color: #AEB81D;
}
</style>
background-color css
<style>
a { background-color: #AEB81D; }
a { background-color: rgb(174,184,29); }
div.DivClassName
{
background-color: #AEB81D;
}
.BgClassName
{
background-color: #AEB81D;
}
</style>
border-color css
<style>
span { border-color: #AEB81D; }
span { border-color: rgb(174,184,29); }
td.TdClassName
{
border-color: #AEB81D;
}
.TagClassName
{
border-color: #AEB81D;
}
</style>