Shades of Bahia #AEB81C
Tints of Bahia #AEB81C
RGB
CMYK
RGB Variations
Color information
#AEB81C (or 0xAEB81C) is known color: Bahia. HEX triplet: AE, B8 and 1C. RGB value is (174,184,28). Sum of RGB (Red+Green+Blue) = 174+184+28=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB81C is #5147E3. Grayscale: #A3A3A3. Windows color (decimal): -5326820 or 1882286. OLE color: 1882286.
HSL color Cylindrical-coordinate representation of color #AEB81C: hue angle of 63.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEB81C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 28 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.28 |
| HSL | 63.85º | 0.74% | 0.42% | - |
| HSV(B) | 63.85º | 0.85% | 0.72% | - |
| XYZ | 34.81 | 43.36 | 7.63 | - |
| YUV | 163.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 28 | 0.05 | 0 | 0.85 | 0.28 | 63.85 | 0.74 | 0.42 |
| Hex | AE | B8 | 1C | 5 | 0 | 55 | 1C | 40 | 4A | 2A |
| Octal | 256 | 270 | 34 | 5 | 0 | 125 | 34 | 100 | 112 | 52 |
| Binary | 10101110 | 10111000 | 11100 | 101 | 0 | 1010101 | 11100 | 1000000 | 1001010 | 101010 |
Color Harmonies of #AEB81C
Complementary color
Monochromatic Colors of #AEB81C
Black with #AEB81C
Text Example
Text Example
White with #AEB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB81C; }
p { color: rgb(174,184,28); }
H1.HeaderClassName
{
color: #AEB81C;
}
.AnyTagClassName
{
color: #AEB81C;
}
</style>
background-color css
<style>
a { background-color: #AEB81C; }
a { background-color: rgb(174,184,28); }
div.DivClassName
{
background-color: #AEB81C;
}
.BgClassName
{
background-color: #AEB81C;
}
</style>
border-color css
<style>
span { border-color: #AEB81C; }
span { border-color: rgb(174,184,28); }
td.TdClassName
{
border-color: #AEB81C;
}
.TagClassName
{
border-color: #AEB81C;
}
</style>