Shades of Bahia #AFB829
Tints of Bahia #AFB829
RGB
CMYK
RGB Variations
Color information
#AFB829 (or 0xAFB829) is known color: Bahia. HEX triplet: AF, B8 and 29. RGB value is (175,184,41). Sum of RGB (Red+Green+Blue) = 175+184+41=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB829 is #5047D6. Grayscale: #A5A5A5. Windows color (decimal): -5261271 or 2734255. OLE color: 2734255.
HSL color Cylindrical-coordinate representation of color #AFB829: hue angle of 63.78º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFB829 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 41 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.28 |
| HSL | 63.78º | 0.64% | 0.44% | - |
| HSV(B) | 63.78º | 0.78% | 0.72% | - |
| XYZ | 35.22 | 43.56 | 8.65 | - |
| YUV | 165.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 41 | 0.05 | 0 | 0.78 | 0.28 | 63.78 | 0.64 | 0.44 |
| Hex | AF | B8 | 29 | 5 | 0 | 4E | 1C | 40 | 40 | 2C |
| Octal | 257 | 270 | 51 | 5 | 0 | 116 | 34 | 100 | 100 | 54 |
| Binary | 10101111 | 10111000 | 101001 | 101 | 0 | 1001110 | 11100 | 1000000 | 1000000 | 101100 |
Color Harmonies of #AFB829
Complementary color
Monochromatic Colors of #AFB829
Black with #AFB829
Text Example
Text Example
White with #AFB829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB829; }
p { color: rgb(175,184,41); }
H1.HeaderClassName
{
color: #AFB829;
}
.AnyTagClassName
{
color: #AFB829;
}
</style>
background-color css
<style>
a { background-color: #AFB829; }
a { background-color: rgb(175,184,41); }
div.DivClassName
{
background-color: #AFB829;
}
.BgClassName
{
background-color: #AFB829;
}
</style>
border-color css
<style>
span { border-color: #AFB829; }
span { border-color: rgb(175,184,41); }
td.TdClassName
{
border-color: #AFB829;
}
.TagClassName
{
border-color: #AFB829;
}
</style>