Shades of Bahia #AFC11D
Tints of Bahia #AFC11D
RGB
CMYK
RGB Variations
Color information
#AFC11D (or 0xAFC11D) is known color: Bahia. HEX triplet: AF, C1 and 1D. RGB value is (175,193,29). Sum of RGB (Red+Green+Blue) = 175+193+29=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC11D is #503EE2. Grayscale: #A9A9A9. Windows color (decimal): -5258979 or 1950127. OLE color: 1950127.
HSL color Cylindrical-coordinate representation of color #AFC11D: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFC11D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 29 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.24 |
| HSL | 66.59º | 0.74% | 0.44% | - |
| HSV(B) | 66.59º | 0.85% | 0.76% | - |
| XYZ | 36.97 | 47.34 | 8.35 | - |
| YUV | 168.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 29 | 0.09 | 0 | 0.85 | 0.24 | 66.59 | 0.74 | 0.44 |
| Hex | AF | C1 | 1D | 9 | 0 | 55 | 18 | 43 | 4A | 2C |
| Octal | 257 | 301 | 35 | 11 | 0 | 125 | 30 | 103 | 112 | 54 |
| Binary | 10101111 | 11000001 | 11101 | 1001 | 0 | 1010101 | 11000 | 1000011 | 1001010 | 101100 |
Color Harmonies of #AFC11D
Complementary color
Monochromatic Colors of #AFC11D
Black with #AFC11D
Text Example
Text Example
White with #AFC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC11D; }
p { color: rgb(175,193,29); }
H1.HeaderClassName
{
color: #AFC11D;
}
.AnyTagClassName
{
color: #AFC11D;
}
</style>
background-color css
<style>
a { background-color: #AFC11D; }
a { background-color: rgb(175,193,29); }
div.DivClassName
{
background-color: #AFC11D;
}
.BgClassName
{
background-color: #AFC11D;
}
</style>
border-color css
<style>
span { border-color: #AFC11D; }
span { border-color: rgb(175,193,29); }
td.TdClassName
{
border-color: #AFC11D;
}
.TagClassName
{
border-color: #AFC11D;
}
</style>