Shades of Bahia #AFB91D
Tints of Bahia #AFB91D
RGB
CMYK
RGB Variations
Color information
#AFB91D (or 0xAFB91D) is known color: Bahia. HEX triplet: AF, B9 and 1D. RGB value is (175,185,29). Sum of RGB (Red+Green+Blue) = 175+185+29=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB91D is #5046E2. Grayscale: #A4A4A4. Windows color (decimal): -5261027 or 1948079. OLE color: 1948079.
HSL color Cylindrical-coordinate representation of color #AFB91D: hue angle of 63.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFB91D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.27 |
| HSL | 63.85º | 0.73% | 0.42% | - |
| HSV(B) | 63.85º | 0.84% | 0.73% | - |
| XYZ | 35.25 | 43.9 | 7.78 | - |
| YUV | 164.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 29 | 0.05 | 0 | 0.84 | 0.27 | 63.85 | 0.73 | 0.42 |
| Hex | AF | B9 | 1D | 5 | 0 | 54 | 1B | 40 | 49 | 2A |
| Octal | 257 | 271 | 35 | 5 | 0 | 124 | 33 | 100 | 111 | 52 |
| Binary | 10101111 | 10111001 | 11101 | 101 | 0 | 1010100 | 11011 | 1000000 | 1001001 | 101010 |
Color Harmonies of #AFB91D
Complementary color
Monochromatic Colors of #AFB91D
Black with #AFB91D
Text Example
Text Example
White with #AFB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB91D; }
p { color: rgb(175,185,29); }
H1.HeaderClassName
{
color: #AFB91D;
}
.AnyTagClassName
{
color: #AFB91D;
}
</style>
background-color css
<style>
a { background-color: #AFB91D; }
a { background-color: rgb(175,185,29); }
div.DivClassName
{
background-color: #AFB91D;
}
.BgClassName
{
background-color: #AFB91D;
}
</style>
border-color css
<style>
span { border-color: #AFB91D; }
span { border-color: rgb(175,185,29); }
td.TdClassName
{
border-color: #AFB91D;
}
.TagClassName
{
border-color: #AFB91D;
}
</style>