Shades of Bahia #AFB82D
Tints of Bahia #AFB82D
RGB
CMYK
RGB Variations
Color information
#AFB82D (or 0xAFB82D) is known color: Bahia. HEX triplet: AF, B8 and 2D. RGB value is (175,184,45). Sum of RGB (Red+Green+Blue) = 175+184+45=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB82D is #5047D2. Grayscale: #A6A6A6. Windows color (decimal): -5261267 or 2996399. OLE color: 2996399.
HSL color Cylindrical-coordinate representation of color #AFB82D: hue angle of 63.88º 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 #AFB82D is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 45 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.28 |
| HSL | 63.88º | 0.61% | 0.45% | - |
| HSV(B) | 63.88º | 0.76% | 0.72% | - |
| XYZ | 35.29 | 43.58 | 9.04 | - |
| YUV | 165.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 45 | 0.05 | 0 | 0.76 | 0.28 | 63.88 | 0.61 | 0.45 |
| Hex | AF | B8 | 2D | 5 | 0 | 4C | 1C | 40 | 3D | 2D |
| Octal | 257 | 270 | 55 | 5 | 0 | 114 | 34 | 100 | 75 | 55 |
| Binary | 10101111 | 10111000 | 101101 | 101 | 0 | 1001100 | 11100 | 1000000 | 111101 | 101101 |
Color Harmonies of #AFB82D
Complementary color
Monochromatic Colors of #AFB82D
Black with #AFB82D
Text Example
Text Example
White with #AFB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB82D; }
p { color: rgb(175,184,45); }
H1.HeaderClassName
{
color: #AFB82D;
}
.AnyTagClassName
{
color: #AFB82D;
}
</style>
background-color css
<style>
a { background-color: #AFB82D; }
a { background-color: rgb(175,184,45); }
div.DivClassName
{
background-color: #AFB82D;
}
.BgClassName
{
background-color: #AFB82D;
}
</style>
border-color css
<style>
span { border-color: #AFB82D; }
span { border-color: rgb(175,184,45); }
td.TdClassName
{
border-color: #AFB82D;
}
.TagClassName
{
border-color: #AFB82D;
}
</style>