Shades of Bahia #ACBF32
Tints of Bahia #ACBF32
RGB
CMYK
RGB Variations
Color information
#ACBF32 (or 0xACBF32) is known color: Bahia. HEX triplet: AC, BF and 32. RGB value is (172,191,50). Sum of RGB (Red+Green+Blue) = 172+191+50=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBF32 is #5340CD. Grayscale: #A9A9A9. Windows color (decimal): -5456078 or 3325868. OLE color: 3325868.
HSL color Cylindrical-coordinate representation of color #ACBF32: hue angle of 68.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACBF32 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 191 | 50 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.25 |
| HSL | 68.09º | 0.59% | 0.47% | - |
| HSV(B) | 68.09º | 0.74% | 0.75% | - |
| XYZ | 36.22 | 46.26 | 10.04 | - |
| YUV | 169.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 191 | 50 | 0.10 | 0 | 0.74 | 0.25 | 68.09 | 0.59 | 0.47 |
| Hex | AC | BF | 32 | A | 0 | 4A | 19 | 44 | 3B | 2F |
| Octal | 254 | 277 | 62 | 12 | 0 | 112 | 31 | 104 | 73 | 57 |
| Binary | 10101100 | 10111111 | 110010 | 1010 | 0 | 1001010 | 11001 | 1000100 | 111011 | 101111 |
Color Harmonies of #ACBF32
Complementary color
Monochromatic Colors of #ACBF32
Black with #ACBF32
Text Example
Text Example
White with #ACBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBF32; }
p { color: rgb(172,191,50); }
H1.HeaderClassName
{
color: #ACBF32;
}
.AnyTagClassName
{
color: #ACBF32;
}
</style>
background-color css
<style>
a { background-color: #ACBF32; }
a { background-color: rgb(172,191,50); }
div.DivClassName
{
background-color: #ACBF32;
}
.BgClassName
{
background-color: #ACBF32;
}
</style>
border-color css
<style>
span { border-color: #ACBF32; }
span { border-color: rgb(172,191,50); }
td.TdClassName
{
border-color: #ACBF32;
}
.TagClassName
{
border-color: #ACBF32;
}
</style>