Shades of Bahia #AEB82D
Tints of Bahia #AEB82D
RGB
CMYK
RGB Variations
Color information
#AEB82D (or 0xAEB82D) is known color: Bahia. HEX triplet: AE, B8 and 2D. RGB value is (174,184,45). Sum of RGB (Red+Green+Blue) = 174+184+45=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB82D is #5147D2. Grayscale: #A5A5A5. Windows color (decimal): -5326803 or 2996398. OLE color: 2996398.
HSL color Cylindrical-coordinate representation of color #AEB82D: hue angle of 64.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AEB82D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 45 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.28 |
| HSL | 64.32º | 0.61% | 0.45% | - |
| HSV(B) | 64.32º | 0.76% | 0.72% | - |
| XYZ | 35.07 | 43.47 | 9.02 | - |
| YUV | 165.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 45 | 0.05 | 0 | 0.76 | 0.28 | 64.32 | 0.61 | 0.45 |
| Hex | AE | B8 | 2D | 5 | 0 | 4C | 1C | 40 | 3D | 2D |
| Octal | 256 | 270 | 55 | 5 | 0 | 114 | 34 | 100 | 75 | 55 |
| Binary | 10101110 | 10111000 | 101101 | 101 | 0 | 1001100 | 11100 | 1000000 | 111101 | 101101 |
Color Harmonies of #AEB82D
Complementary color
Monochromatic Colors of #AEB82D
Black with #AEB82D
Text Example
Text Example
White with #AEB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB82D; }
p { color: rgb(174,184,45); }
H1.HeaderClassName
{
color: #AEB82D;
}
.AnyTagClassName
{
color: #AEB82D;
}
</style>
background-color css
<style>
a { background-color: #AEB82D; }
a { background-color: rgb(174,184,45); }
div.DivClassName
{
background-color: #AEB82D;
}
.BgClassName
{
background-color: #AEB82D;
}
</style>
border-color css
<style>
span { border-color: #AEB82D; }
span { border-color: rgb(174,184,45); }
td.TdClassName
{
border-color: #AEB82D;
}
.TagClassName
{
border-color: #AEB82D;
}
</style>