Shades of Bahia #AFB81D
Tints of Bahia #AFB81D
RGB
CMYK
RGB Variations
Color information
#AFB81D (or 0xAFB81D) is known color: Bahia. HEX triplet: AF, B8 and 1D. RGB value is (175,184,29). Sum of RGB (Red+Green+Blue) = 175+184+29=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81D is #5047E2. Grayscale: #A4A4A4. Windows color (decimal): -5261283 or 1947823. OLE color: 1947823.
HSL color Cylindrical-coordinate representation of color #AFB81D: hue angle of 63.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFB81D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.28 |
| HSL | 63.48º | 0.73% | 0.42% | - |
| HSV(B) | 63.48º | 0.84% | 0.72% | - |
| XYZ | 35.04 | 43.48 | 7.71 | - |
| YUV | 163.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 29 | 0.05 | 0 | 0.84 | 0.28 | 63.48 | 0.73 | 0.42 |
| Hex | AF | B8 | 1D | 5 | 0 | 54 | 1C | 3F | 49 | 2A |
| Octal | 257 | 270 | 35 | 5 | 0 | 124 | 34 | 77 | 111 | 52 |
| Binary | 10101111 | 10111000 | 11101 | 101 | 0 | 1010100 | 11100 | 111111 | 1001001 | 101010 |
Color Harmonies of #AFB81D
Complementary color
Monochromatic Colors of #AFB81D
Black with #AFB81D
Text Example
Text Example
White with #AFB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB81D; }
p { color: rgb(175,184,29); }
H1.HeaderClassName
{
color: #AFB81D;
}
.AnyTagClassName
{
color: #AFB81D;
}
</style>
background-color css
<style>
a { background-color: #AFB81D; }
a { background-color: rgb(175,184,29); }
div.DivClassName
{
background-color: #AFB81D;
}
.BgClassName
{
background-color: #AFB81D;
}
</style>
border-color css
<style>
span { border-color: #AFB81D; }
span { border-color: rgb(175,184,29); }
td.TdClassName
{
border-color: #AFB81D;
}
.TagClassName
{
border-color: #AFB81D;
}
</style>