Shades of Bahia #AFC42B
Tints of Bahia #AFC42B
RGB
CMYK
RGB Variations
Color information
#AFC42B (or 0xAFC42B) is known color: Bahia. HEX triplet: AF, C4 and 2B. RGB value is (175,196,43). Sum of RGB (Red+Green+Blue) = 175+196+43=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC42B is #503BD4. Grayscale: #ACACAC. Windows color (decimal): -5258197 or 2868399. OLE color: 2868399.
HSL color Cylindrical-coordinate representation of color #AFC42B: hue angle of 68.24º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFC42B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 43 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.23 |
| HSL | 68.24º | 0.64% | 0.47% | - |
| HSV(B) | 68.24º | 0.78% | 0.77% | - |
| XYZ | 37.86 | 48.77 | 9.7 | - |
| YUV | 172.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 43 | 0.11 | 0 | 0.78 | 0.23 | 68.24 | 0.64 | 0.47 |
| Hex | AF | C4 | 2B | B | 0 | 4E | 17 | 44 | 40 | 2F |
| Octal | 257 | 304 | 53 | 13 | 0 | 116 | 27 | 104 | 100 | 57 |
| Binary | 10101111 | 11000100 | 101011 | 1011 | 0 | 1001110 | 10111 | 1000100 | 1000000 | 101111 |
Color Harmonies of #AFC42B
Complementary color
Monochromatic Colors of #AFC42B
Black with #AFC42B
Text Example
Text Example
White with #AFC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC42B; }
p { color: rgb(175,196,43); }
H1.HeaderClassName
{
color: #AFC42B;
}
.AnyTagClassName
{
color: #AFC42B;
}
</style>
background-color css
<style>
a { background-color: #AFC42B; }
a { background-color: rgb(175,196,43); }
div.DivClassName
{
background-color: #AFC42B;
}
.BgClassName
{
background-color: #AFC42B;
}
</style>
border-color css
<style>
span { border-color: #AFC42B; }
span { border-color: rgb(175,196,43); }
td.TdClassName
{
border-color: #AFC42B;
}
.TagClassName
{
border-color: #AFC42B;
}
</style>