Shades of Bahia #AFB117
Tints of Bahia #AFB117
RGB
CMYK
RGB Variations
Color information
#AFB117 (or 0xAFB117) is known color: Bahia. HEX triplet: AF, B1 and 17. RGB value is (175,177,23). Sum of RGB (Red+Green+Blue) = 175+177+23=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB117 is #504EE8. Grayscale: #9F9F9F. Windows color (decimal): -5263081 or 1552815. OLE color: 1552815.
HSL color Cylindrical-coordinate representation of color #AFB117: hue angle of 60.78º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFB117 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 177 | 23 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.31 |
| HSL | 60.78º | 0.77% | 0.39% | - |
| HSV(B) | 60.78º | 0.87% | 0.69% | - |
| XYZ | 33.56 | 40.62 | 6.88 | - |
| YUV | 158.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 23 | 0.01 | 0 | 0.87 | 0.31 | 60.78 | 0.77 | 0.39 |
| Hex | AF | B1 | 17 | 1 | 0 | 57 | 1F | 3D | 4D | 27 |
| Octal | 257 | 261 | 27 | 1 | 0 | 127 | 37 | 75 | 115 | 47 |
| Binary | 10101111 | 10110001 | 10111 | 1 | 0 | 1010111 | 11111 | 111101 | 1001101 | 100111 |
Color Harmonies of #AFB117
Complementary color
Monochromatic Colors of #AFB117
Black with #AFB117
Text Example
Text Example
White with #AFB117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB117; }
p { color: rgb(175,177,23); }
H1.HeaderClassName
{
color: #AFB117;
}
.AnyTagClassName
{
color: #AFB117;
}
</style>
background-color css
<style>
a { background-color: #AFB117; }
a { background-color: rgb(175,177,23); }
div.DivClassName
{
background-color: #AFB117;
}
.BgClassName
{
background-color: #AFB117;
}
</style>
border-color css
<style>
span { border-color: #AFB117; }
span { border-color: rgb(175,177,23); }
td.TdClassName
{
border-color: #AFB117;
}
.TagClassName
{
border-color: #AFB117;
}
</style>