Shades of Bahia #AFB926
Tints of Bahia #AFB926
RGB
CMYK
RGB Variations
Color information
#AFB926 (or 0xAFB926) is known color: Bahia. HEX triplet: AF, B9 and 26. RGB value is (175,185,38). Sum of RGB (Red+Green+Blue) = 175+185+38=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB926 is #5046D9. Grayscale: #A5A5A5. Windows color (decimal): -5261018 or 2537903. OLE color: 2537903.
HSL color Cylindrical-coordinate representation of color #AFB926: hue angle of 64.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFB926 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 38 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.27 |
| HSL | 64.08º | 0.66% | 0.44% | - |
| HSV(B) | 64.08º | 0.79% | 0.73% | - |
| XYZ | 35.38 | 43.95 | 8.45 | - |
| YUV | 165.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 38 | 0.05 | 0 | 0.79 | 0.27 | 64.08 | 0.66 | 0.44 |
| Hex | AF | B9 | 26 | 5 | 0 | 4F | 1B | 40 | 42 | 2C |
| Octal | 257 | 271 | 46 | 5 | 0 | 117 | 33 | 100 | 102 | 54 |
| Binary | 10101111 | 10111001 | 100110 | 101 | 0 | 1001111 | 11011 | 1000000 | 1000010 | 101100 |
Color Harmonies of #AFB926
Complementary color
Monochromatic Colors of #AFB926
Black with #AFB926
Text Example
Text Example
White with #AFB926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB926; }
p { color: rgb(175,185,38); }
H1.HeaderClassName
{
color: #AFB926;
}
.AnyTagClassName
{
color: #AFB926;
}
</style>
background-color css
<style>
a { background-color: #AFB926; }
a { background-color: rgb(175,185,38); }
div.DivClassName
{
background-color: #AFB926;
}
.BgClassName
{
background-color: #AFB926;
}
</style>
border-color css
<style>
span { border-color: #AFB926; }
span { border-color: rgb(175,185,38); }
td.TdClassName
{
border-color: #AFB926;
}
.TagClassName
{
border-color: #AFB926;
}
</style>