Shades of Bahia #AFB52C
Tints of Bahia #AFB52C
RGB
CMYK
RGB Variations
Color information
#AFB52C (or 0xAFB52C) is known color: Bahia. HEX triplet: AF, B5 and 2C. RGB value is (175,181,44). Sum of RGB (Red+Green+Blue) = 175+181+44=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB52C is #504AD3. Grayscale: #A4A4A4. Windows color (decimal): -5262036 or 2930095. OLE color: 2930095.
HSL color Cylindrical-coordinate representation of color #AFB52C: hue angle of 62.63º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFB52C is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 44 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.29 |
| HSL | 62.63º | 0.61% | 0.44% | - |
| HSV(B) | 62.63º | 0.76% | 0.71% | - |
| XYZ | 34.66 | 42.34 | 8.73 | - |
| YUV | 163.59 | 60.51 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 44 | 0.03 | 0 | 0.76 | 0.29 | 62.63 | 0.61 | 0.44 |
| Hex | AF | B5 | 2C | 3 | 0 | 4C | 1D | 3F | 3D | 2C |
| Octal | 257 | 265 | 54 | 3 | 0 | 114 | 35 | 77 | 75 | 54 |
| Binary | 10101111 | 10110101 | 101100 | 11 | 0 | 1001100 | 11101 | 111111 | 111101 | 101100 |
Color Harmonies of #AFB52C
Complementary color
Monochromatic Colors of #AFB52C
Black with #AFB52C
Text Example
Text Example
White with #AFB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB52C; }
p { color: rgb(175,181,44); }
H1.HeaderClassName
{
color: #AFB52C;
}
.AnyTagClassName
{
color: #AFB52C;
}
</style>
background-color css
<style>
a { background-color: #AFB52C; }
a { background-color: rgb(175,181,44); }
div.DivClassName
{
background-color: #AFB52C;
}
.BgClassName
{
background-color: #AFB52C;
}
</style>
border-color css
<style>
span { border-color: #AFB52C; }
span { border-color: rgb(175,181,44); }
td.TdClassName
{
border-color: #AFB52C;
}
.TagClassName
{
border-color: #AFB52C;
}
</style>