Shades of Bahia #AFBA2D
Tints of Bahia #AFBA2D
RGB
CMYK
RGB Variations
Color information
#AFBA2D (or 0xAFBA2D) is known color: Bahia. HEX triplet: AF, BA and 2D. RGB value is (175,186,45). Sum of RGB (Red+Green+Blue) = 175+186+45=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBA2D is #5045D2. Grayscale: #A7A7A7. Windows color (decimal): -5260755 or 2996911. OLE color: 2996911.
HSL color Cylindrical-coordinate representation of color #AFBA2D: hue angle of 64.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFBA2D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 45 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.27 |
| HSL | 64.68º | 0.61% | 0.45% | - |
| HSV(B) | 64.68º | 0.76% | 0.73% | - |
| XYZ | 35.71 | 44.42 | 9.17 | - |
| YUV | 166.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 45 | 0.06 | 0 | 0.76 | 0.27 | 64.68 | 0.61 | 0.45 |
| Hex | AF | BA | 2D | 6 | 0 | 4C | 1B | 41 | 3D | 2D |
| Octal | 257 | 272 | 55 | 6 | 0 | 114 | 33 | 101 | 75 | 55 |
| Binary | 10101111 | 10111010 | 101101 | 110 | 0 | 1001100 | 11011 | 1000001 | 111101 | 101101 |
Color Harmonies of #AFBA2D
Complementary color
Monochromatic Colors of #AFBA2D
Black with #AFBA2D
Text Example
Text Example
White with #AFBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA2D; }
p { color: rgb(175,186,45); }
H1.HeaderClassName
{
color: #AFBA2D;
}
.AnyTagClassName
{
color: #AFBA2D;
}
</style>
background-color css
<style>
a { background-color: #AFBA2D; }
a { background-color: rgb(175,186,45); }
div.DivClassName
{
background-color: #AFBA2D;
}
.BgClassName
{
background-color: #AFBA2D;
}
</style>
border-color css
<style>
span { border-color: #AFBA2D; }
span { border-color: rgb(175,186,45); }
td.TdClassName
{
border-color: #AFBA2D;
}
.TagClassName
{
border-color: #AFBA2D;
}
</style>