Shades of Bahia #AFBC1E
Tints of Bahia #AFBC1E
RGB
CMYK
RGB Variations
Color information
#AFBC1E (or 0xAFBC1E) is known color: Bahia. HEX triplet: AF, BC and 1E. RGB value is (175,188,30). Sum of RGB (Red+Green+Blue) = 175+188+30=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC1E is #5043E1. Grayscale: #A6A6A6. Windows color (decimal): -5260258 or 2014383. OLE color: 2014383.
HSL color Cylindrical-coordinate representation of color #AFBC1E: hue angle of 64.94º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFBC1E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 30 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.26 |
| HSL | 64.94º | 0.72% | 0.43% | - |
| HSV(B) | 64.94º | 0.84% | 0.74% | - |
| XYZ | 35.9 | 45.17 | 8.06 | - |
| YUV | 166.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 30 | 0.07 | 0 | 0.84 | 0.26 | 64.94 | 0.72 | 0.43 |
| Hex | AF | BC | 1E | 7 | 0 | 54 | 1A | 41 | 48 | 2B |
| Octal | 257 | 274 | 36 | 7 | 0 | 124 | 32 | 101 | 110 | 53 |
| Binary | 10101111 | 10111100 | 11110 | 111 | 0 | 1010100 | 11010 | 1000001 | 1001000 | 101011 |
Color Harmonies of #AFBC1E
Complementary color
Monochromatic Colors of #AFBC1E
Black with #AFBC1E
Text Example
Text Example
White with #AFBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC1E; }
p { color: rgb(175,188,30); }
H1.HeaderClassName
{
color: #AFBC1E;
}
.AnyTagClassName
{
color: #AFBC1E;
}
</style>
background-color css
<style>
a { background-color: #AFBC1E; }
a { background-color: rgb(175,188,30); }
div.DivClassName
{
background-color: #AFBC1E;
}
.BgClassName
{
background-color: #AFBC1E;
}
</style>
border-color css
<style>
span { border-color: #AFBC1E; }
span { border-color: rgb(175,188,30); }
td.TdClassName
{
border-color: #AFBC1E;
}
.TagClassName
{
border-color: #AFBC1E;
}
</style>