Shades of Bahia #AFB31D
Tints of Bahia #AFB31D
RGB
CMYK
RGB Variations
Color information
#AFB31D (or 0xAFB31D) is known color: Bahia. HEX triplet: AF, B3 and 1D. RGB value is (175,179,29). Sum of RGB (Red+Green+Blue) = 175+179+29=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB31D is #504CE2. Grayscale: #A1A1A1. Windows color (decimal): -5262563 or 1946543. OLE color: 1946543.
HSL color Cylindrical-coordinate representation of color #AFB31D: hue angle of 61.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFB31D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 29 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.30 |
| HSL | 61.6º | 0.72% | 0.41% | - |
| HSV(B) | 61.6º | 0.84% | 0.7% | - |
| XYZ | 34.02 | 41.44 | 7.37 | - |
| YUV | 160.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 29 | 0.02 | 0 | 0.84 | 0.30 | 61.6 | 0.72 | 0.41 |
| Hex | AF | B3 | 1D | 2 | 0 | 54 | 1E | 3E | 48 | 29 |
| Octal | 257 | 263 | 35 | 2 | 0 | 124 | 36 | 76 | 110 | 51 |
| Binary | 10101111 | 10110011 | 11101 | 10 | 0 | 1010100 | 11110 | 111110 | 1001000 | 101001 |
Color Harmonies of #AFB31D
Complementary color
Monochromatic Colors of #AFB31D
Black with #AFB31D
Text Example
Text Example
White with #AFB31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB31D; }
p { color: rgb(175,179,29); }
H1.HeaderClassName
{
color: #AFB31D;
}
.AnyTagClassName
{
color: #AFB31D;
}
</style>
background-color css
<style>
a { background-color: #AFB31D; }
a { background-color: rgb(175,179,29); }
div.DivClassName
{
background-color: #AFB31D;
}
.BgClassName
{
background-color: #AFB31D;
}
</style>
border-color css
<style>
span { border-color: #AFB31D; }
span { border-color: rgb(175,179,29); }
td.TdClassName
{
border-color: #AFB31D;
}
.TagClassName
{
border-color: #AFB31D;
}
</style>