Shades of Bahia #AFB932
Tints of Bahia #AFB932
RGB
CMYK
RGB Variations
Color information
#AFB932 (or 0xAFB932) is known color: Bahia. HEX triplet: AF, B9 and 32. RGB value is (175,185,50). Sum of RGB (Red+Green+Blue) = 175+185+50=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB932 is #5046CD. Grayscale: #A7A7A7. Windows color (decimal): -5261006 or 3324335. OLE color: 3324335.
HSL color Cylindrical-coordinate representation of color #AFB932: hue angle of 64.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFB932 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 50 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.27 |
| HSL | 64.44º | 0.57% | 0.46% | - |
| HSV(B) | 64.44º | 0.73% | 0.73% | - |
| XYZ | 35.6 | 44.04 | 9.64 | - |
| YUV | 166.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 50 | 0.05 | 0 | 0.73 | 0.27 | 64.44 | 0.57 | 0.46 |
| Hex | AF | B9 | 32 | 5 | 0 | 49 | 1B | 40 | 39 | 2E |
| Octal | 257 | 271 | 62 | 5 | 0 | 111 | 33 | 100 | 71 | 56 |
| Binary | 10101111 | 10111001 | 110010 | 101 | 0 | 1001001 | 11011 | 1000000 | 111001 | 101110 |
Color Harmonies of #AFB932
Complementary color
Monochromatic Colors of #AFB932
Black with #AFB932
Text Example
Text Example
White with #AFB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB932; }
p { color: rgb(175,185,50); }
H1.HeaderClassName
{
color: #AFB932;
}
.AnyTagClassName
{
color: #AFB932;
}
</style>
background-color css
<style>
a { background-color: #AFB932; }
a { background-color: rgb(175,185,50); }
div.DivClassName
{
background-color: #AFB932;
}
.BgClassName
{
background-color: #AFB932;
}
</style>
border-color css
<style>
span { border-color: #AFB932; }
span { border-color: rgb(175,185,50); }
td.TdClassName
{
border-color: #AFB932;
}
.TagClassName
{
border-color: #AFB932;
}
</style>