Shades of Bahia #AFBC26
Tints of Bahia #AFBC26
RGB
CMYK
RGB Variations
Color information
#AFBC26 (or 0xAFBC26) is known color: Bahia. HEX triplet: AF, BC and 26. RGB value is (175,188,38). Sum of RGB (Red+Green+Blue) = 175+188+38=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC26 is #5043D9. Grayscale: #A7A7A7. Windows color (decimal): -5260250 or 2538671. OLE color: 2538671.
HSL color Cylindrical-coordinate representation of color #AFBC26: hue angle of 65.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFBC26 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 38 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.26 |
| HSL | 65.2º | 0.66% | 0.44% | - |
| HSV(B) | 65.2º | 0.8% | 0.74% | - |
| XYZ | 36.01 | 45.22 | 8.66 | - |
| YUV | 167.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 38 | 0.07 | 0 | 0.80 | 0.26 | 65.2 | 0.66 | 0.44 |
| Hex | AF | BC | 26 | 7 | 0 | 50 | 1A | 41 | 42 | 2C |
| Octal | 257 | 274 | 46 | 7 | 0 | 120 | 32 | 101 | 102 | 54 |
| Binary | 10101111 | 10111100 | 100110 | 111 | 0 | 1010000 | 11010 | 1000001 | 1000010 | 101100 |
Color Harmonies of #AFBC26
Complementary color
Monochromatic Colors of #AFBC26
Black with #AFBC26
Text Example
Text Example
White with #AFBC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC26; }
p { color: rgb(175,188,38); }
H1.HeaderClassName
{
color: #AFBC26;
}
.AnyTagClassName
{
color: #AFBC26;
}
</style>
background-color css
<style>
a { background-color: #AFBC26; }
a { background-color: rgb(175,188,38); }
div.DivClassName
{
background-color: #AFBC26;
}
.BgClassName
{
background-color: #AFBC26;
}
</style>
border-color css
<style>
span { border-color: #AFBC26; }
span { border-color: rgb(175,188,38); }
td.TdClassName
{
border-color: #AFBC26;
}
.TagClassName
{
border-color: #AFBC26;
}
</style>