Shades of Bahia #AFC61C
Tints of Bahia #AFC61C
RGB
CMYK
RGB Variations
Color information
#AFC61C (or 0xAFC61C) is known color: Bahia. HEX triplet: AF, C6 and 1C. RGB value is (175,198,28). Sum of RGB (Red+Green+Blue) = 175+198+28=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC61C is #5039E3. Grayscale: #ACACAC. Windows color (decimal): -5257700 or 1885871. OLE color: 1885871.
HSL color Cylindrical-coordinate representation of color #AFC61C: hue angle of 68.12º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC61C is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 28 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.22 |
| HSL | 68.12º | 0.75% | 0.44% | - |
| HSV(B) | 68.12º | 0.86% | 0.78% | - |
| XYZ | 38.08 | 49.59 | 8.66 | - |
| YUV | 171.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 28 | 0.12 | 0 | 0.86 | 0.22 | 68.12 | 0.75 | 0.44 |
| Hex | AF | C6 | 1C | C | 0 | 56 | 16 | 44 | 4B | 2C |
| Octal | 257 | 306 | 34 | 14 | 0 | 126 | 26 | 104 | 113 | 54 |
| Binary | 10101111 | 11000110 | 11100 | 1100 | 0 | 1010110 | 10110 | 1000100 | 1001011 | 101100 |
Color Harmonies of #AFC61C
Complementary color
Monochromatic Colors of #AFC61C
Black with #AFC61C
Text Example
Text Example
White with #AFC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC61C; }
p { color: rgb(175,198,28); }
H1.HeaderClassName
{
color: #AFC61C;
}
.AnyTagClassName
{
color: #AFC61C;
}
</style>
background-color css
<style>
a { background-color: #AFC61C; }
a { background-color: rgb(175,198,28); }
div.DivClassName
{
background-color: #AFC61C;
}
.BgClassName
{
background-color: #AFC61C;
}
</style>
border-color css
<style>
span { border-color: #AFC61C; }
span { border-color: rgb(175,198,28); }
td.TdClassName
{
border-color: #AFC61C;
}
.TagClassName
{
border-color: #AFC61C;
}
</style>