Shades of Bahia #AFB42B
Tints of Bahia #AFB42B
RGB
CMYK
RGB Variations
Color information
#AFB42B (or 0xAFB42B) is known color: Bahia. HEX triplet: AF, B4 and 2B. RGB value is (175,180,43). Sum of RGB (Red+Green+Blue) = 175+180+43=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB42B is #504BD4. Grayscale: #A3A3A3. Windows color (decimal): -5262293 or 2864303. OLE color: 2864303.
HSL color Cylindrical-coordinate representation of color #AFB42B: hue angle of 62.19º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB42B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 43 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.29 |
| HSL | 62.19º | 0.61% | 0.44% | - |
| HSV(B) | 62.19º | 0.76% | 0.71% | - |
| XYZ | 34.44 | 41.93 | 8.56 | - |
| YUV | 162.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 43 | 0.03 | 0 | 0.76 | 0.29 | 62.19 | 0.61 | 0.44 |
| Hex | AF | B4 | 2B | 3 | 0 | 4C | 1D | 3E | 3D | 2C |
| Octal | 257 | 264 | 53 | 3 | 0 | 114 | 35 | 76 | 75 | 54 |
| Binary | 10101111 | 10110100 | 101011 | 11 | 0 | 1001100 | 11101 | 111110 | 111101 | 101100 |
Color Harmonies of #AFB42B
Complementary color
Monochromatic Colors of #AFB42B
Black with #AFB42B
Text Example
Text Example
White with #AFB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB42B; }
p { color: rgb(175,180,43); }
H1.HeaderClassName
{
color: #AFB42B;
}
.AnyTagClassName
{
color: #AFB42B;
}
</style>
background-color css
<style>
a { background-color: #AFB42B; }
a { background-color: rgb(175,180,43); }
div.DivClassName
{
background-color: #AFB42B;
}
.BgClassName
{
background-color: #AFB42B;
}
</style>
border-color css
<style>
span { border-color: #AFB42B; }
span { border-color: rgb(175,180,43); }
td.TdClassName
{
border-color: #AFB42B;
}
.TagClassName
{
border-color: #AFB42B;
}
</style>