Shades of Bahia #AFB82E
Tints of Bahia #AFB82E
RGB
CMYK
RGB Variations
Color information
#AFB82E (or 0xAFB82E) is known color: Bahia. HEX triplet: AF, B8 and 2E. RGB value is (175,184,46). Sum of RGB (Red+Green+Blue) = 175+184+46=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB82E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB82E is #5047D1. Grayscale: #A6A6A6. Windows color (decimal): -5261266 or 3061935. OLE color: 3061935.
HSL color Cylindrical-coordinate representation of color #AFB82E: hue angle of 63.91º 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 #AFB82E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 46 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.28 |
| HSL | 63.91º | 0.6% | 0.45% | - |
| HSV(B) | 63.91º | 0.75% | 0.72% | - |
| XYZ | 35.31 | 43.59 | 9.14 | - |
| YUV | 165.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 46 | 0.05 | 0 | 0.75 | 0.28 | 63.91 | 0.6 | 0.45 |
| Hex | AF | B8 | 2E | 5 | 0 | 4B | 1C | 40 | 3C | 2D |
| Octal | 257 | 270 | 56 | 5 | 0 | 113 | 34 | 100 | 74 | 55 |
| Binary | 10101111 | 10111000 | 101110 | 101 | 0 | 1001011 | 11100 | 1000000 | 111100 | 101101 |
Color Harmonies of #AFB82E
Complementary color
Monochromatic Colors of #AFB82E
Black with #AFB82E
Text Example
Text Example
White with #AFB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB82E; }
p { color: rgb(175,184,46); }
H1.HeaderClassName
{
color: #AFB82E;
}
.AnyTagClassName
{
color: #AFB82E;
}
</style>
background-color css
<style>
a { background-color: #AFB82E; }
a { background-color: rgb(175,184,46); }
div.DivClassName
{
background-color: #AFB82E;
}
.BgClassName
{
background-color: #AFB82E;
}
</style>
border-color css
<style>
span { border-color: #AFB82E; }
span { border-color: rgb(175,184,46); }
td.TdClassName
{
border-color: #AFB82E;
}
.TagClassName
{
border-color: #AFB82E;
}
</style>