Shades of Bahia #AFBD2E
Tints of Bahia #AFBD2E
RGB
CMYK
RGB Variations
Color information
#AFBD2E (or 0xAFBD2E) is known color: Bahia. HEX triplet: AF, BD and 2E. RGB value is (175,189,46). Sum of RGB (Red+Green+Blue) = 175+189+46=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD2E is #5042D1. Grayscale: #A9A9A9. Windows color (decimal): -5259986 or 3063215. OLE color: 3063215.
HSL color Cylindrical-coordinate representation of color #AFBD2E: hue angle of 65.87º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFBD2E is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 46 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.26 |
| HSL | 65.87º | 0.61% | 0.46% | - |
| HSV(B) | 65.87º | 0.76% | 0.74% | - |
| XYZ | 36.37 | 45.71 | 9.49 | - |
| YUV | 168.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 46 | 0.07 | 0 | 0.76 | 0.26 | 65.87 | 0.61 | 0.46 |
| Hex | AF | BD | 2E | 7 | 0 | 4C | 1A | 42 | 3D | 2E |
| Octal | 257 | 275 | 56 | 7 | 0 | 114 | 32 | 102 | 75 | 56 |
| Binary | 10101111 | 10111101 | 101110 | 111 | 0 | 1001100 | 11010 | 1000010 | 111101 | 101110 |
Color Harmonies of #AFBD2E
Complementary color
Monochromatic Colors of #AFBD2E
Black with #AFBD2E
Text Example
Text Example
White with #AFBD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD2E; }
p { color: rgb(175,189,46); }
H1.HeaderClassName
{
color: #AFBD2E;
}
.AnyTagClassName
{
color: #AFBD2E;
}
</style>
background-color css
<style>
a { background-color: #AFBD2E; }
a { background-color: rgb(175,189,46); }
div.DivClassName
{
background-color: #AFBD2E;
}
.BgClassName
{
background-color: #AFBD2E;
}
</style>
border-color css
<style>
span { border-color: #AFBD2E; }
span { border-color: rgb(175,189,46); }
td.TdClassName
{
border-color: #AFBD2E;
}
.TagClassName
{
border-color: #AFBD2E;
}
</style>