Shades of Bahia #AFB814
Tints of Bahia #AFB814
RGB
CMYK
RGB Variations
Color information
#AFB814 (or 0xAFB814) is known color: Bahia. HEX triplet: AF, B8 and 14. RGB value is (175,184,20). Sum of RGB (Red+Green+Blue) = 175+184+20=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB814 is #5047EB. Grayscale: #A3A3A3. Windows color (decimal): -5261292 or 1357999. OLE color: 1357999.
HSL color Cylindrical-coordinate representation of color #AFB814: hue angle of 63.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFB814 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.28 |
| HSL | 63.29º | 0.8% | 0.4% | - |
| HSV(B) | 63.29º | 0.89% | 0.72% | - |
| XYZ | 34.95 | 43.45 | 7.21 | - |
| YUV | 162.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 20 | 0.05 | 0 | 0.89 | 0.28 | 63.29 | 0.8 | 0.4 |
| Hex | AF | B8 | 14 | 5 | 0 | 59 | 1C | 3F | 50 | 28 |
| Octal | 257 | 270 | 24 | 5 | 0 | 131 | 34 | 77 | 120 | 50 |
| Binary | 10101111 | 10111000 | 10100 | 101 | 0 | 1011001 | 11100 | 111111 | 1010000 | 101000 |
Color Harmonies of #AFB814
Complementary color
Monochromatic Colors of #AFB814
Black with #AFB814
Text Example
Text Example
White with #AFB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB814; }
p { color: rgb(175,184,20); }
H1.HeaderClassName
{
color: #AFB814;
}
.AnyTagClassName
{
color: #AFB814;
}
</style>
background-color css
<style>
a { background-color: #AFB814; }
a { background-color: rgb(175,184,20); }
div.DivClassName
{
background-color: #AFB814;
}
.BgClassName
{
background-color: #AFB814;
}
</style>
border-color css
<style>
span { border-color: #AFB814; }
span { border-color: rgb(175,184,20); }
td.TdClassName
{
border-color: #AFB814;
}
.TagClassName
{
border-color: #AFB814;
}
</style>