Shades of Bahia #AFB91B
Tints of Bahia #AFB91B
RGB
CMYK
RGB Variations
Color information
#AFB91B (or 0xAFB91B) is known color: Bahia. HEX triplet: AF, B9 and 1B. RGB value is (175,185,27). Sum of RGB (Red+Green+Blue) = 175+185+27=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB91B is #5046E4. Grayscale: #A4A4A4. Windows color (decimal): -5261029 or 1817007. OLE color: 1817007.
HSL color Cylindrical-coordinate representation of color #AFB91B: hue angle of 63.8º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFB91B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 27 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.27 |
| HSL | 63.8º | 0.75% | 0.42% | - |
| HSV(B) | 63.8º | 0.85% | 0.73% | - |
| XYZ | 35.23 | 43.89 | 7.65 | - |
| YUV | 164 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 27 | 0.05 | 0 | 0.85 | 0.27 | 63.8 | 0.75 | 0.42 |
| Hex | AF | B9 | 1B | 5 | 0 | 55 | 1B | 40 | 4B | 2A |
| Octal | 257 | 271 | 33 | 5 | 0 | 125 | 33 | 100 | 113 | 52 |
| Binary | 10101111 | 10111001 | 11011 | 101 | 0 | 1010101 | 11011 | 1000000 | 1001011 | 101010 |
Color Harmonies of #AFB91B
Complementary color
Monochromatic Colors of #AFB91B
Black with #AFB91B
Text Example
Text Example
White with #AFB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB91B; }
p { color: rgb(175,185,27); }
H1.HeaderClassName
{
color: #AFB91B;
}
.AnyTagClassName
{
color: #AFB91B;
}
</style>
background-color css
<style>
a { background-color: #AFB91B; }
a { background-color: rgb(175,185,27); }
div.DivClassName
{
background-color: #AFB91B;
}
.BgClassName
{
background-color: #AFB91B;
}
</style>
border-color css
<style>
span { border-color: #AFB91B; }
span { border-color: rgb(175,185,27); }
td.TdClassName
{
border-color: #AFB91B;
}
.TagClassName
{
border-color: #AFB91B;
}
</style>