Shades of Bahia #AFC01B
Tints of Bahia #AFC01B
RGB
CMYK
RGB Variations
Color information
#AFC01B (or 0xAFC01B) is known color: Bahia. HEX triplet: AF, C0 and 1B. RGB value is (175,192,27). Sum of RGB (Red+Green+Blue) = 175+192+27=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC01B is #503FE4. Grayscale: #A8A8A8. Windows color (decimal): -5259237 or 1818799. OLE color: 1818799.
HSL color Cylindrical-coordinate representation of color #AFC01B: hue angle of 66.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFC01B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 27 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.25 |
| HSL | 66.18º | 0.75% | 0.43% | - |
| HSV(B) | 66.18º | 0.86% | 0.75% | - |
| XYZ | 36.73 | 46.89 | 8.15 | - |
| YUV | 168.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 27 | 0.09 | 0 | 0.86 | 0.25 | 66.18 | 0.75 | 0.43 |
| Hex | AF | C0 | 1B | 9 | 0 | 56 | 19 | 42 | 4B | 2B |
| Octal | 257 | 300 | 33 | 11 | 0 | 126 | 31 | 102 | 113 | 53 |
| Binary | 10101111 | 11000000 | 11011 | 1001 | 0 | 1010110 | 11001 | 1000010 | 1001011 | 101011 |
Color Harmonies of #AFC01B
Complementary color
Monochromatic Colors of #AFC01B
Black with #AFC01B
Text Example
Text Example
White with #AFC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC01B; }
p { color: rgb(175,192,27); }
H1.HeaderClassName
{
color: #AFC01B;
}
.AnyTagClassName
{
color: #AFC01B;
}
</style>
background-color css
<style>
a { background-color: #AFC01B; }
a { background-color: rgb(175,192,27); }
div.DivClassName
{
background-color: #AFC01B;
}
.BgClassName
{
background-color: #AFC01B;
}
</style>
border-color css
<style>
span { border-color: #AFC01B; }
span { border-color: rgb(175,192,27); }
td.TdClassName
{
border-color: #AFC01B;
}
.TagClassName
{
border-color: #AFC01B;
}
</style>