Shades of Bahia #AFB52D
Tints of Bahia #AFB52D
RGB
CMYK
RGB Variations
Color information
#AFB52D (or 0xAFB52D) is known color: Bahia. HEX triplet: AF, B5 and 2D. RGB value is (175,181,45). Sum of RGB (Red+Green+Blue) = 175+181+45=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB52D is #504AD2. Grayscale: #A4A4A4. Windows color (decimal): -5262035 or 2995631. OLE color: 2995631.
HSL color Cylindrical-coordinate representation of color #AFB52D: hue angle of 62.65º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFB52D is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 45 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.29 |
| HSL | 62.65º | 0.6% | 0.44% | - |
| HSV(B) | 62.65º | 0.75% | 0.71% | - |
| XYZ | 34.68 | 42.35 | 8.83 | - |
| YUV | 163.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 45 | 0.03 | 0 | 0.75 | 0.29 | 62.65 | 0.6 | 0.44 |
| Hex | AF | B5 | 2D | 3 | 0 | 4B | 1D | 3F | 3C | 2C |
| Octal | 257 | 265 | 55 | 3 | 0 | 113 | 35 | 77 | 74 | 54 |
| Binary | 10101111 | 10110101 | 101101 | 11 | 0 | 1001011 | 11101 | 111111 | 111100 | 101100 |
Color Harmonies of #AFB52D
Complementary color
Monochromatic Colors of #AFB52D
Black with #AFB52D
Text Example
Text Example
White with #AFB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB52D; }
p { color: rgb(175,181,45); }
H1.HeaderClassName
{
color: #AFB52D;
}
.AnyTagClassName
{
color: #AFB52D;
}
</style>
background-color css
<style>
a { background-color: #AFB52D; }
a { background-color: rgb(175,181,45); }
div.DivClassName
{
background-color: #AFB52D;
}
.BgClassName
{
background-color: #AFB52D;
}
</style>
border-color css
<style>
span { border-color: #AFB52D; }
span { border-color: rgb(175,181,45); }
td.TdClassName
{
border-color: #AFB52D;
}
.TagClassName
{
border-color: #AFB52D;
}
</style>