Shades of Bahia #AFB719
Tints of Bahia #AFB719
RGB
CMYK
RGB Variations
Color information
#AFB719 (or 0xAFB719) is known color: Bahia. HEX triplet: AF, B7 and 19. RGB value is (175,183,25). Sum of RGB (Red+Green+Blue) = 175+183+25=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB719 is #5048E6. Grayscale: #A3A3A3. Windows color (decimal): -5261543 or 1685423. OLE color: 1685423.
HSL color Cylindrical-coordinate representation of color #AFB719: hue angle of 63.04º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFB719 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 25 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.28 |
| HSL | 63.04º | 0.76% | 0.41% | - |
| HSV(B) | 63.04º | 0.86% | 0.72% | - |
| XYZ | 34.79 | 43.05 | 7.4 | - |
| YUV | 162.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 25 | 0.04 | 0 | 0.86 | 0.28 | 63.04 | 0.76 | 0.41 |
| Hex | AF | B7 | 19 | 4 | 0 | 56 | 1C | 3F | 4C | 29 |
| Octal | 257 | 267 | 31 | 4 | 0 | 126 | 34 | 77 | 114 | 51 |
| Binary | 10101111 | 10110111 | 11001 | 100 | 0 | 1010110 | 11100 | 111111 | 1001100 | 101001 |
Color Harmonies of #AFB719
Complementary color
Monochromatic Colors of #AFB719
Black with #AFB719
Text Example
Text Example
White with #AFB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB719; }
p { color: rgb(175,183,25); }
H1.HeaderClassName
{
color: #AFB719;
}
.AnyTagClassName
{
color: #AFB719;
}
</style>
background-color css
<style>
a { background-color: #AFB719; }
a { background-color: rgb(175,183,25); }
div.DivClassName
{
background-color: #AFB719;
}
.BgClassName
{
background-color: #AFB719;
}
</style>
border-color css
<style>
span { border-color: #AFB719; }
span { border-color: rgb(175,183,25); }
td.TdClassName
{
border-color: #AFB719;
}
.TagClassName
{
border-color: #AFB719;
}
</style>