Shades of Bahia #AEB72E
Tints of Bahia #AEB72E
RGB
CMYK
RGB Variations
Color information
#AEB72E (or 0xAEB72E) is known color: Bahia. HEX triplet: AE, B7 and 2E. RGB value is (174,183,46). Sum of RGB (Red+Green+Blue) = 174+183+46=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB72E is #5148D1. Grayscale: #A5A5A5. Windows color (decimal): -5327058 or 3061678. OLE color: 3061678.
HSL color Cylindrical-coordinate representation of color #AEB72E: hue angle of 63.94º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEB72E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 46 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.28 |
| HSL | 63.94º | 0.6% | 0.45% | - |
| HSV(B) | 63.94º | 0.75% | 0.72% | - |
| XYZ | 34.88 | 43.06 | 9.06 | - |
| YUV | 164.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 46 | 0.05 | 0 | 0.75 | 0.28 | 63.94 | 0.6 | 0.45 |
| Hex | AE | B7 | 2E | 5 | 0 | 4B | 1C | 40 | 3C | 2D |
| Octal | 256 | 267 | 56 | 5 | 0 | 113 | 34 | 100 | 74 | 55 |
| Binary | 10101110 | 10110111 | 101110 | 101 | 0 | 1001011 | 11100 | 1000000 | 111100 | 101101 |
Color Harmonies of #AEB72E
Complementary color
Monochromatic Colors of #AEB72E
Black with #AEB72E
Text Example
Text Example
White with #AEB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB72E; }
p { color: rgb(174,183,46); }
H1.HeaderClassName
{
color: #AEB72E;
}
.AnyTagClassName
{
color: #AEB72E;
}
</style>
background-color css
<style>
a { background-color: #AEB72E; }
a { background-color: rgb(174,183,46); }
div.DivClassName
{
background-color: #AEB72E;
}
.BgClassName
{
background-color: #AEB72E;
}
</style>
border-color css
<style>
span { border-color: #AEB72E; }
span { border-color: rgb(174,183,46); }
td.TdClassName
{
border-color: #AEB72E;
}
.TagClassName
{
border-color: #AEB72E;
}
</style>