Shades of Bahia #AFB71E
Tints of Bahia #AFB71E
RGB
CMYK
RGB Variations
Color information
#AFB71E (or 0xAFB71E) is known color: Bahia. HEX triplet: AF, B7 and 1E. RGB value is (175,183,30). Sum of RGB (Red+Green+Blue) = 175+183+30=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB71E is #5048E1. Grayscale: #A3A3A3. Windows color (decimal): -5261538 or 2013103. OLE color: 2013103.
HSL color Cylindrical-coordinate representation of color #AFB71E: hue angle of 63.14º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFB71E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 30 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.28 |
| HSL | 63.14º | 0.72% | 0.42% | - |
| HSV(B) | 63.14º | 0.84% | 0.72% | - |
| XYZ | 34.85 | 43.07 | 7.71 | - |
| YUV | 163.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 30 | 0.04 | 0 | 0.84 | 0.28 | 63.14 | 0.72 | 0.42 |
| Hex | AF | B7 | 1E | 4 | 0 | 54 | 1C | 3F | 48 | 2A |
| Octal | 257 | 267 | 36 | 4 | 0 | 124 | 34 | 77 | 110 | 52 |
| Binary | 10101111 | 10110111 | 11110 | 100 | 0 | 1010100 | 11100 | 111111 | 1001000 | 101010 |
Color Harmonies of #AFB71E
Complementary color
Monochromatic Colors of #AFB71E
Black with #AFB71E
Text Example
Text Example
White with #AFB71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB71E; }
p { color: rgb(175,183,30); }
H1.HeaderClassName
{
color: #AFB71E;
}
.AnyTagClassName
{
color: #AFB71E;
}
</style>
background-color css
<style>
a { background-color: #AFB71E; }
a { background-color: rgb(175,183,30); }
div.DivClassName
{
background-color: #AFB71E;
}
.BgClassName
{
background-color: #AFB71E;
}
</style>
border-color css
<style>
span { border-color: #AFB71E; }
span { border-color: rgb(175,183,30); }
td.TdClassName
{
border-color: #AFB71E;
}
.TagClassName
{
border-color: #AFB71E;
}
</style>