Shades of Bahia #AFB424
Tints of Bahia #AFB424
RGB
CMYK
RGB Variations
Color information
#AFB424 (or 0xAFB424) is known color: Bahia. HEX triplet: AF, B4 and 24. RGB value is (175,180,36). Sum of RGB (Red+Green+Blue) = 175+180+36=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB424 is #504BDB. Grayscale: #A2A2A2. Windows color (decimal): -5262300 or 2405551. OLE color: 2405551.
HSL color Cylindrical-coordinate representation of color #AFB424: hue angle of 62.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFB424 is Cyan = 0.03, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 36 | - |
| CMYK | 0.03 | 0 | 0.8 | 0.29 |
| HSL | 62.08º | 0.67% | 0.42% | - |
| HSV(B) | 62.08º | 0.8% | 0.71% | - |
| XYZ | 34.32 | 41.88 | 7.94 | - |
| YUV | 162.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 36 | 0.03 | 0 | 0.8 | 0.29 | 62.08 | 0.67 | 0.42 |
| Hex | AF | B4 | 24 | 3 | 0 | 50 | 1D | 3E | 43 | 2A |
| Octal | 257 | 264 | 44 | 3 | 0 | 120 | 35 | 76 | 103 | 52 |
| Binary | 10101111 | 10110100 | 100100 | 11 | 0 | 1010000 | 11101 | 111110 | 1000011 | 101010 |
Color Harmonies of #AFB424
Complementary color
Monochromatic Colors of #AFB424
Black with #AFB424
Text Example
Text Example
White with #AFB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB424; }
p { color: rgb(175,180,36); }
H1.HeaderClassName
{
color: #AFB424;
}
.AnyTagClassName
{
color: #AFB424;
}
</style>
background-color css
<style>
a { background-color: #AFB424; }
a { background-color: rgb(175,180,36); }
div.DivClassName
{
background-color: #AFB424;
}
.BgClassName
{
background-color: #AFB424;
}
</style>
border-color css
<style>
span { border-color: #AFB424; }
span { border-color: rgb(175,180,36); }
td.TdClassName
{
border-color: #AFB424;
}
.TagClassName
{
border-color: #AFB424;
}
</style>