Shades of Bahia #ACBD11
Tints of Bahia #ACBD11
RGB
CMYK
RGB Variations
Color information
#ACBD11 (or 0xACBD11) is known color: Bahia. HEX triplet: AC, BD and 11. RGB value is (172,189,17). Sum of RGB (Red+Green+Blue) = 172+189+17=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD11 is #5342EE. Grayscale: #A4A4A4. Windows color (decimal): -5456623 or 1162668. OLE color: 1162668.
HSL color Cylindrical-coordinate representation of color #ACBD11: hue angle of 65.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACBD11 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 17 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.26 |
| HSL | 65.93º | 0.83% | 0.4% | - |
| HSV(B) | 65.93º | 0.91% | 0.74% | - |
| XYZ | 35.31 | 45.21 | 7.39 | - |
| YUV | 164.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 17 | 0.09 | 0 | 0.91 | 0.26 | 65.93 | 0.83 | 0.4 |
| Hex | AC | BD | 11 | 9 | 0 | 5B | 1A | 42 | 53 | 28 |
| Octal | 254 | 275 | 21 | 11 | 0 | 133 | 32 | 102 | 123 | 50 |
| Binary | 10101100 | 10111101 | 10001 | 1001 | 0 | 1011011 | 11010 | 1000010 | 1010011 | 101000 |
Color Harmonies of #ACBD11
Complementary color
Monochromatic Colors of #ACBD11
Black with #ACBD11
Text Example
Text Example
White with #ACBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD11; }
p { color: rgb(172,189,17); }
H1.HeaderClassName
{
color: #ACBD11;
}
.AnyTagClassName
{
color: #ACBD11;
}
</style>
background-color css
<style>
a { background-color: #ACBD11; }
a { background-color: rgb(172,189,17); }
div.DivClassName
{
background-color: #ACBD11;
}
.BgClassName
{
background-color: #ACBD11;
}
</style>
border-color css
<style>
span { border-color: #ACBD11; }
span { border-color: rgb(172,189,17); }
td.TdClassName
{
border-color: #ACBD11;
}
.TagClassName
{
border-color: #ACBD11;
}
</style>