Shades of Bahia #AFBC1A
Tints of Bahia #AFBC1A
RGB
CMYK
RGB Variations
Color information
#AFBC1A (or 0xAFBC1A) is known color: Bahia. HEX triplet: AF, BC and 1A. RGB value is (175,188,26). Sum of RGB (Red+Green+Blue) = 175+188+26=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC1A is #5043E5. Grayscale: #A6A6A6. Windows color (decimal): -5260262 or 1752239. OLE color: 1752239.
HSL color Cylindrical-coordinate representation of color #AFBC1A: hue angle of 64.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFBC1A is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 26 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.26 |
| HSL | 64.81º | 0.76% | 0.42% | - |
| HSV(B) | 64.81º | 0.86% | 0.74% | - |
| XYZ | 35.85 | 45.15 | 7.8 | - |
| YUV | 165.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 26 | 0.07 | 0 | 0.86 | 0.26 | 64.81 | 0.76 | 0.42 |
| Hex | AF | BC | 1A | 7 | 0 | 56 | 1A | 41 | 4C | 2A |
| Octal | 257 | 274 | 32 | 7 | 0 | 126 | 32 | 101 | 114 | 52 |
| Binary | 10101111 | 10111100 | 11010 | 111 | 0 | 1010110 | 11010 | 1000001 | 1001100 | 101010 |
Color Harmonies of #AFBC1A
Complementary color
Monochromatic Colors of #AFBC1A
Black with #AFBC1A
Text Example
Text Example
White with #AFBC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC1A; }
p { color: rgb(175,188,26); }
H1.HeaderClassName
{
color: #AFBC1A;
}
.AnyTagClassName
{
color: #AFBC1A;
}
</style>
background-color css
<style>
a { background-color: #AFBC1A; }
a { background-color: rgb(175,188,26); }
div.DivClassName
{
background-color: #AFBC1A;
}
.BgClassName
{
background-color: #AFBC1A;
}
</style>
border-color css
<style>
span { border-color: #AFBC1A; }
span { border-color: rgb(175,188,26); }
td.TdClassName
{
border-color: #AFBC1A;
}
.TagClassName
{
border-color: #AFBC1A;
}
</style>