Shades of Bahia #AFBD2D
Tints of Bahia #AFBD2D
RGB
CMYK
RGB Variations
Color information
#AFBD2D (or 0xAFBD2D) is known color: Bahia. HEX triplet: AF, BD and 2D. RGB value is (175,189,45). Sum of RGB (Red+Green+Blue) = 175+189+45=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD2D is #5042D2. Grayscale: #A8A8A8. Windows color (decimal): -5259987 or 2997679. OLE color: 2997679.
HSL color Cylindrical-coordinate representation of color #AFBD2D: hue angle of 65.83º degrees, saturation: 0.62, 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 #AFBD2D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 189 | 45 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.26 |
| HSL | 65.83º | 0.62% | 0.46% | - |
| HSV(B) | 65.83º | 0.76% | 0.74% | - |
| XYZ | 36.35 | 45.7 | 9.39 | - |
| YUV | 168.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 189 | 45 | 0.07 | 0 | 0.76 | 0.26 | 65.83 | 0.62 | 0.46 |
| Hex | AF | BD | 2D | 7 | 0 | 4C | 1A | 42 | 3E | 2E |
| Octal | 257 | 275 | 55 | 7 | 0 | 114 | 32 | 102 | 76 | 56 |
| Binary | 10101111 | 10111101 | 101101 | 111 | 0 | 1001100 | 11010 | 1000010 | 111110 | 101110 |
Color Harmonies of #AFBD2D
Complementary color
Monochromatic Colors of #AFBD2D
Black with #AFBD2D
Text Example
Text Example
White with #AFBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBD2D; }
p { color: rgb(175,189,45); }
H1.HeaderClassName
{
color: #AFBD2D;
}
.AnyTagClassName
{
color: #AFBD2D;
}
</style>
background-color css
<style>
a { background-color: #AFBD2D; }
a { background-color: rgb(175,189,45); }
div.DivClassName
{
background-color: #AFBD2D;
}
.BgClassName
{
background-color: #AFBD2D;
}
</style>
border-color css
<style>
span { border-color: #AFBD2D; }
span { border-color: rgb(175,189,45); }
td.TdClassName
{
border-color: #AFBD2D;
}
.TagClassName
{
border-color: #AFBD2D;
}
</style>