Shades of Bahia #ACBB2D
Tints of Bahia #ACBB2D
RGB
CMYK
RGB Variations
Color information
#ACBB2D (or 0xACBB2D) is known color: Bahia. HEX triplet: AC, BB and 2D. RGB value is (172,187,45). Sum of RGB (Red+Green+Blue) = 172+187+45=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBB2D is #5344D2. Grayscale: #A6A6A6. Windows color (decimal): -5457107 or 2997164. OLE color: 2997164.
HSL color Cylindrical-coordinate representation of color #ACBB2D: hue angle of 66.34º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACBB2D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 45 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.27 |
| HSL | 66.34º | 0.61% | 0.45% | - |
| HSV(B) | 66.34º | 0.76% | 0.73% | - |
| XYZ | 35.26 | 44.5 | 9.21 | - |
| YUV | 166.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 45 | 0.08 | 0 | 0.76 | 0.27 | 66.34 | 0.61 | 0.45 |
| Hex | AC | BB | 2D | 8 | 0 | 4C | 1B | 42 | 3D | 2D |
| Octal | 254 | 273 | 55 | 10 | 0 | 114 | 33 | 102 | 75 | 55 |
| Binary | 10101100 | 10111011 | 101101 | 1000 | 0 | 1001100 | 11011 | 1000010 | 111101 | 101101 |
Color Harmonies of #ACBB2D
Complementary color
Monochromatic Colors of #ACBB2D
Black with #ACBB2D
Text Example
Text Example
White with #ACBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB2D; }
p { color: rgb(172,187,45); }
H1.HeaderClassName
{
color: #ACBB2D;
}
.AnyTagClassName
{
color: #ACBB2D;
}
</style>
background-color css
<style>
a { background-color: #ACBB2D; }
a { background-color: rgb(172,187,45); }
div.DivClassName
{
background-color: #ACBB2D;
}
.BgClassName
{
background-color: #ACBB2D;
}
</style>
border-color css
<style>
span { border-color: #ACBB2D; }
span { border-color: rgb(172,187,45); }
td.TdClassName
{
border-color: #ACBB2D;
}
.TagClassName
{
border-color: #ACBB2D;
}
</style>