Shades of Bahia #AFB21B
Tints of Bahia #AFB21B
RGB
CMYK
RGB Variations
Color information
#AFB21B (or 0xAFB21B) is known color: Bahia. HEX triplet: AF, B2 and 1B. RGB value is (175,178,27). Sum of RGB (Red+Green+Blue) = 175+178+27=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB21B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFB21B is #504DE4. Grayscale: #A0A0A0. Windows color (decimal): -5262821 or 1815215. OLE color: 1815215.
HSL color Cylindrical-coordinate representation of color #AFB21B: hue angle of 61.19º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFB21B is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 27 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.30 |
| HSL | 61.19º | 0.74% | 0.4% | - |
| HSV(B) | 61.19º | 0.85% | 0.7% | - |
| XYZ | 33.8 | 41.03 | 7.18 | - |
| YUV | 159.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 27 | 0.02 | 0 | 0.85 | 0.30 | 61.19 | 0.74 | 0.4 |
| Hex | AF | B2 | 1B | 2 | 0 | 55 | 1E | 3D | 4A | 28 |
| Octal | 257 | 262 | 33 | 2 | 0 | 125 | 36 | 75 | 112 | 50 |
| Binary | 10101111 | 10110010 | 11011 | 10 | 0 | 1010101 | 11110 | 111101 | 1001010 | 101000 |
Color Harmonies of #AFB21B
Complementary color
Monochromatic Colors of #AFB21B
Black with #AFB21B
Text Example
Text Example
White with #AFB21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB21B; }
p { color: rgb(175,178,27); }
H1.HeaderClassName
{
color: #AFB21B;
}
.AnyTagClassName
{
color: #AFB21B;
}
</style>
background-color css
<style>
a { background-color: #AFB21B; }
a { background-color: rgb(175,178,27); }
div.DivClassName
{
background-color: #AFB21B;
}
.BgClassName
{
background-color: #AFB21B;
}
</style>
border-color css
<style>
span { border-color: #AFB21B; }
span { border-color: rgb(175,178,27); }
td.TdClassName
{
border-color: #AFB21B;
}
.TagClassName
{
border-color: #AFB21B;
}
</style>