Shades of Bahia #AFB828
Tints of Bahia #AFB828
RGB
CMYK
RGB Variations
Color information
#AFB828 (or 0xAFB828) is known color: Bahia. HEX triplet: AF, B8 and 28. RGB value is (175,184,40). Sum of RGB (Red+Green+Blue) = 175+184+40=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB828 is #5047D7. Grayscale: #A5A5A5. Windows color (decimal): -5261272 or 2668719. OLE color: 2668719.
HSL color Cylindrical-coordinate representation of color #AFB828: hue angle of 63.75º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFB828 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 40 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.28 |
| HSL | 63.75º | 0.64% | 0.44% | - |
| HSV(B) | 63.75º | 0.78% | 0.72% | - |
| XYZ | 35.2 | 43.55 | 8.56 | - |
| YUV | 164.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 40 | 0.05 | 0 | 0.78 | 0.28 | 63.75 | 0.64 | 0.44 |
| Hex | AF | B8 | 28 | 5 | 0 | 4E | 1C | 40 | 40 | 2C |
| Octal | 257 | 270 | 50 | 5 | 0 | 116 | 34 | 100 | 100 | 54 |
| Binary | 10101111 | 10111000 | 101000 | 101 | 0 | 1001110 | 11100 | 1000000 | 1000000 | 101100 |
Color Harmonies of #AFB828
Complementary color
Monochromatic Colors of #AFB828
Black with #AFB828
Text Example
Text Example
White with #AFB828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB828; }
p { color: rgb(175,184,40); }
H1.HeaderClassName
{
color: #AFB828;
}
.AnyTagClassName
{
color: #AFB828;
}
</style>
background-color css
<style>
a { background-color: #AFB828; }
a { background-color: rgb(175,184,40); }
div.DivClassName
{
background-color: #AFB828;
}
.BgClassName
{
background-color: #AFB828;
}
</style>
border-color css
<style>
span { border-color: #AFB828; }
span { border-color: rgb(175,184,40); }
td.TdClassName
{
border-color: #AFB828;
}
.TagClassName
{
border-color: #AFB828;
}
</style>