Shades of Bahia #ACBC2F
Tints of Bahia #ACBC2F
RGB
CMYK
RGB Variations
Color information
#ACBC2F (or 0xACBC2F) is known color: Bahia. HEX triplet: AC, BC and 2F. RGB value is (172,188,47). Sum of RGB (Red+Green+Blue) = 172+188+47=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBC2F is #5343D0. Grayscale: #A7A7A7. Windows color (decimal): -5456849 or 3128492. OLE color: 3128492.
HSL color Cylindrical-coordinate representation of color #ACBC2F: hue angle of 66.81º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACBC2F is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 47 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.26 |
| HSL | 66.81º | 0.6% | 0.46% | - |
| HSV(B) | 66.81º | 0.75% | 0.74% | - |
| XYZ | 35.51 | 44.94 | 9.49 | - |
| YUV | 167.14 | 60.2 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 47 | 0.09 | 0 | 0.75 | 0.26 | 66.81 | 0.6 | 0.46 |
| Hex | AC | BC | 2F | 9 | 0 | 4B | 1A | 43 | 3C | 2E |
| Octal | 254 | 274 | 57 | 11 | 0 | 113 | 32 | 103 | 74 | 56 |
| Binary | 10101100 | 10111100 | 101111 | 1001 | 0 | 1001011 | 11010 | 1000011 | 111100 | 101110 |
Color Harmonies of #ACBC2F
Complementary color
Monochromatic Colors of #ACBC2F
Black with #ACBC2F
Text Example
Text Example
White with #ACBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC2F; }
p { color: rgb(172,188,47); }
H1.HeaderClassName
{
color: #ACBC2F;
}
.AnyTagClassName
{
color: #ACBC2F;
}
</style>
background-color css
<style>
a { background-color: #ACBC2F; }
a { background-color: rgb(172,188,47); }
div.DivClassName
{
background-color: #ACBC2F;
}
.BgClassName
{
background-color: #ACBC2F;
}
</style>
border-color css
<style>
span { border-color: #ACBC2F; }
span { border-color: rgb(172,188,47); }
td.TdClassName
{
border-color: #ACBC2F;
}
.TagClassName
{
border-color: #ACBC2F;
}
</style>