Shades of Bahia #AFC41C
Tints of Bahia #AFC41C
RGB
CMYK
RGB Variations
Color information
#AFC41C (or 0xAFC41C) is known color: Bahia. HEX triplet: AF, C4 and 1C. RGB value is (175,196,28). Sum of RGB (Red+Green+Blue) = 175+196+28=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC41C is #503BE3. Grayscale: #ABABAB. Windows color (decimal): -5258212 or 1885359. OLE color: 1885359.
HSL color Cylindrical-coordinate representation of color #AFC41C: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC41C is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 28 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.23 |
| HSL | 67.5º | 0.75% | 0.44% | - |
| HSV(B) | 67.5º | 0.86% | 0.77% | - |
| XYZ | 37.63 | 48.68 | 8.51 | - |
| YUV | 170.57 | 47.54 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 28 | 0.11 | 0 | 0.86 | 0.23 | 67.5 | 0.75 | 0.44 |
| Hex | AF | C4 | 1C | B | 0 | 56 | 17 | 44 | 4B | 2C |
| Octal | 257 | 304 | 34 | 13 | 0 | 126 | 27 | 104 | 113 | 54 |
| Binary | 10101111 | 11000100 | 11100 | 1011 | 0 | 1010110 | 10111 | 1000100 | 1001011 | 101100 |
Color Harmonies of #AFC41C
Complementary color
Monochromatic Colors of #AFC41C
Black with #AFC41C
Text Example
Text Example
White with #AFC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC41C; }
p { color: rgb(175,196,28); }
H1.HeaderClassName
{
color: #AFC41C;
}
.AnyTagClassName
{
color: #AFC41C;
}
</style>
background-color css
<style>
a { background-color: #AFC41C; }
a { background-color: rgb(175,196,28); }
div.DivClassName
{
background-color: #AFC41C;
}
.BgClassName
{
background-color: #AFC41C;
}
</style>
border-color css
<style>
span { border-color: #AFC41C; }
span { border-color: rgb(175,196,28); }
td.TdClassName
{
border-color: #AFC41C;
}
.TagClassName
{
border-color: #AFC41C;
}
</style>