Shades of Bahia #AFBB32
Tints of Bahia #AFBB32
RGB
CMYK
RGB Variations
Color information
#AFBB32 (or 0xAFBB32) is known color: Bahia. HEX triplet: AF, BB and 32. RGB value is (175,187,50). Sum of RGB (Red+Green+Blue) = 175+187+50=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBB32 is #5044CD. Grayscale: #A8A8A8. Windows color (decimal): -5260494 or 3324847. OLE color: 3324847.
HSL color Cylindrical-coordinate representation of color #AFBB32: hue angle of 65.26º degrees, saturation: 0.58, 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 #AFBB32 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 50 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.27 |
| HSL | 65.26º | 0.58% | 0.46% | - |
| HSV(B) | 65.26º | 0.73% | 0.73% | - |
| XYZ | 36.03 | 44.88 | 9.78 | - |
| YUV | 167.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 50 | 0.06 | 0 | 0.73 | 0.27 | 65.26 | 0.58 | 0.46 |
| Hex | AF | BB | 32 | 6 | 0 | 49 | 1B | 41 | 3A | 2E |
| Octal | 257 | 273 | 62 | 6 | 0 | 111 | 33 | 101 | 72 | 56 |
| Binary | 10101111 | 10111011 | 110010 | 110 | 0 | 1001001 | 11011 | 1000001 | 111010 | 101110 |
Color Harmonies of #AFBB32
Complementary color
Monochromatic Colors of #AFBB32
Black with #AFBB32
Text Example
Text Example
White with #AFBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBB32; }
p { color: rgb(175,187,50); }
H1.HeaderClassName
{
color: #AFBB32;
}
.AnyTagClassName
{
color: #AFBB32;
}
</style>
background-color css
<style>
a { background-color: #AFBB32; }
a { background-color: rgb(175,187,50); }
div.DivClassName
{
background-color: #AFBB32;
}
.BgClassName
{
background-color: #AFBB32;
}
</style>
border-color css
<style>
span { border-color: #AFBB32; }
span { border-color: rgb(175,187,50); }
td.TdClassName
{
border-color: #AFBB32;
}
.TagClassName
{
border-color: #AFBB32;
}
</style>