Shades of Bahia #AFB71B
Tints of Bahia #AFB71B
RGB
CMYK
RGB Variations
Color information
#AFB71B (or 0xAFB71B) is known color: Bahia. HEX triplet: AF, B7 and 1B. RGB value is (175,183,27). Sum of RGB (Red+Green+Blue) = 175+183+27=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB71B is #5048E4. Grayscale: #A3A3A3. Windows color (decimal): -5261541 or 1816495. OLE color: 1816495.
HSL color Cylindrical-coordinate representation of color #AFB71B: hue angle of 63.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFB71B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 27 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.28 |
| HSL | 63.08º | 0.74% | 0.41% | - |
| HSV(B) | 63.08º | 0.85% | 0.72% | - |
| XYZ | 34.81 | 43.06 | 7.51 | - |
| YUV | 162.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 27 | 0.04 | 0 | 0.85 | 0.28 | 63.08 | 0.74 | 0.41 |
| Hex | AF | B7 | 1B | 4 | 0 | 55 | 1C | 3F | 4A | 29 |
| Octal | 257 | 267 | 33 | 4 | 0 | 125 | 34 | 77 | 112 | 51 |
| Binary | 10101111 | 10110111 | 11011 | 100 | 0 | 1010101 | 11100 | 111111 | 1001010 | 101001 |
Color Harmonies of #AFB71B
Complementary color
Monochromatic Colors of #AFB71B
Black with #AFB71B
Text Example
Text Example
White with #AFB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB71B; }
p { color: rgb(175,183,27); }
H1.HeaderClassName
{
color: #AFB71B;
}
.AnyTagClassName
{
color: #AFB71B;
}
</style>
background-color css
<style>
a { background-color: #AFB71B; }
a { background-color: rgb(175,183,27); }
div.DivClassName
{
background-color: #AFB71B;
}
.BgClassName
{
background-color: #AFB71B;
}
</style>
border-color css
<style>
span { border-color: #AFB71B; }
span { border-color: rgb(175,183,27); }
td.TdClassName
{
border-color: #AFB71B;
}
.TagClassName
{
border-color: #AFB71B;
}
</style>