Shades of Bahia #AFB81F
Tints of Bahia #AFB81F
RGB
CMYK
RGB Variations
Color information
#AFB81F (or 0xAFB81F) is known color: Bahia. HEX triplet: AF, B8 and 1F. RGB value is (175,184,31). Sum of RGB (Red+Green+Blue) = 175+184+31=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81F is #5047E0. Grayscale: #A4A4A4. Windows color (decimal): -5261281 or 2078895. OLE color: 2078895.
HSL color Cylindrical-coordinate representation of color #AFB81F: hue angle of 63.53º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFB81F is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 31 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.28 |
| HSL | 63.53º | 0.71% | 0.42% | - |
| HSV(B) | 63.53º | 0.83% | 0.72% | - |
| XYZ | 35.07 | 43.49 | 7.84 | - |
| YUV | 163.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 31 | 0.05 | 0 | 0.83 | 0.28 | 63.53 | 0.71 | 0.42 |
| Hex | AF | B8 | 1F | 5 | 0 | 53 | 1C | 40 | 47 | 2A |
| Octal | 257 | 270 | 37 | 5 | 0 | 123 | 34 | 100 | 107 | 52 |
| Binary | 10101111 | 10111000 | 11111 | 101 | 0 | 1010011 | 11100 | 1000000 | 1000111 | 101010 |
Color Harmonies of #AFB81F
Complementary color
Monochromatic Colors of #AFB81F
Black with #AFB81F
Text Example
Text Example
White with #AFB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB81F; }
p { color: rgb(175,184,31); }
H1.HeaderClassName
{
color: #AFB81F;
}
.AnyTagClassName
{
color: #AFB81F;
}
</style>
background-color css
<style>
a { background-color: #AFB81F; }
a { background-color: rgb(175,184,31); }
div.DivClassName
{
background-color: #AFB81F;
}
.BgClassName
{
background-color: #AFB81F;
}
</style>
border-color css
<style>
span { border-color: #AFB81F; }
span { border-color: rgb(175,184,31); }
td.TdClassName
{
border-color: #AFB81F;
}
.TagClassName
{
border-color: #AFB81F;
}
</style>