Shades of Bahia #AFBF1D
Tints of Bahia #AFBF1D
RGB
CMYK
RGB Variations
Color information
#AFBF1D (or 0xAFBF1D) is known color: Bahia. HEX triplet: AF, BF and 1D. RGB value is (175,191,29). Sum of RGB (Red+Green+Blue) = 175+191+29=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 191 (75% from 255 or 48.35% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF1D is #5040E2. Grayscale: #A8A8A8. Windows color (decimal): -5259491 or 1949615. OLE color: 1949615.
HSL color Cylindrical-coordinate representation of color #AFBF1D: hue angle of 65.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFBF1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 191 | 29 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.25 |
| HSL | 65.93º | 0.74% | 0.43% | - |
| HSV(B) | 65.93º | 0.85% | 0.75% | - |
| XYZ | 36.53 | 46.46 | 8.21 | - |
| YUV | 167.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 191 | 29 | 0.08 | 0 | 0.85 | 0.25 | 65.93 | 0.74 | 0.43 |
| Hex | AF | BF | 1D | 8 | 0 | 55 | 19 | 42 | 4A | 2B |
| Octal | 257 | 277 | 35 | 10 | 0 | 125 | 31 | 102 | 112 | 53 |
| Binary | 10101111 | 10111111 | 11101 | 1000 | 0 | 1010101 | 11001 | 1000010 | 1001010 | 101011 |
Color Harmonies of #AFBF1D
Complementary color
Monochromatic Colors of #AFBF1D
Black with #AFBF1D
Text Example
Text Example
White with #AFBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBF1D; }
p { color: rgb(175,191,29); }
H1.HeaderClassName
{
color: #AFBF1D;
}
.AnyTagClassName
{
color: #AFBF1D;
}
</style>
background-color css
<style>
a { background-color: #AFBF1D; }
a { background-color: rgb(175,191,29); }
div.DivClassName
{
background-color: #AFBF1D;
}
.BgClassName
{
background-color: #AFBF1D;
}
</style>
border-color css
<style>
span { border-color: #AFBF1D; }
span { border-color: rgb(175,191,29); }
td.TdClassName
{
border-color: #AFBF1D;
}
.TagClassName
{
border-color: #AFBF1D;
}
</style>