Shades of Bahia #AFB827
Tints of Bahia #AFB827
RGB
CMYK
RGB Variations
Color information
#AFB827 (or 0xAFB827) is known color: Bahia. HEX triplet: AF, B8 and 27. RGB value is (175,184,39). Sum of RGB (Red+Green+Blue) = 175+184+39=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB827 is #5047D8. Grayscale: #A5A5A5. Windows color (decimal): -5261273 or 2603183. OLE color: 2603183.
HSL color Cylindrical-coordinate representation of color #AFB827: hue angle of 63.72º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFB827 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 39 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.28 |
| HSL | 63.72º | 0.65% | 0.44% | - |
| HSV(B) | 63.72º | 0.79% | 0.72% | - |
| XYZ | 35.19 | 43.54 | 8.47 | - |
| YUV | 164.78 | 57.02 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 39 | 0.05 | 0 | 0.79 | 0.28 | 63.72 | 0.65 | 0.44 |
| Hex | AF | B8 | 27 | 5 | 0 | 4F | 1C | 40 | 41 | 2C |
| Octal | 257 | 270 | 47 | 5 | 0 | 117 | 34 | 100 | 101 | 54 |
| Binary | 10101111 | 10111000 | 100111 | 101 | 0 | 1001111 | 11100 | 1000000 | 1000001 | 101100 |
Color Harmonies of #AFB827
Complementary color
Monochromatic Colors of #AFB827
Black with #AFB827
Text Example
Text Example
White with #AFB827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB827; }
p { color: rgb(175,184,39); }
H1.HeaderClassName
{
color: #AFB827;
}
.AnyTagClassName
{
color: #AFB827;
}
</style>
background-color css
<style>
a { background-color: #AFB827; }
a { background-color: rgb(175,184,39); }
div.DivClassName
{
background-color: #AFB827;
}
.BgClassName
{
background-color: #AFB827;
}
</style>
border-color css
<style>
span { border-color: #AFB827; }
span { border-color: rgb(175,184,39); }
td.TdClassName
{
border-color: #AFB827;
}
.TagClassName
{
border-color: #AFB827;
}
</style>