Shades of Bahia #ACBD12
Tints of Bahia #ACBD12
RGB
CMYK
RGB Variations
Color information
#ACBD12 (or 0xACBD12) is known color: Bahia. HEX triplet: AC, BD and 12. RGB value is (172,189,18). Sum of RGB (Red+Green+Blue) = 172+189+18=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBD12 is #5342ED. Grayscale: #A5A5A5. Windows color (decimal): -5456622 or 1228204. OLE color: 1228204.
HSL color Cylindrical-coordinate representation of color #ACBD12: hue angle of 65.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACBD12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 189 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.26 |
| HSL | 65.96º | 0.83% | 0.41% | - |
| HSV(B) | 65.96º | 0.9% | 0.74% | - |
| XYZ | 35.32 | 45.21 | 7.44 | - |
| YUV | 164.42 | 45.37 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 189 | 18 | 0.09 | 0 | 0.90 | 0.26 | 65.96 | 0.83 | 0.41 |
| Hex | AC | BD | 12 | 9 | 0 | 5A | 1A | 42 | 53 | 29 |
| Octal | 254 | 275 | 22 | 11 | 0 | 132 | 32 | 102 | 123 | 51 |
| Binary | 10101100 | 10111101 | 10010 | 1001 | 0 | 1011010 | 11010 | 1000010 | 1010011 | 101001 |
Color Harmonies of #ACBD12
Complementary color
Monochromatic Colors of #ACBD12
Black with #ACBD12
Text Example
Text Example
White with #ACBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBD12; }
p { color: rgb(172,189,18); }
H1.HeaderClassName
{
color: #ACBD12;
}
.AnyTagClassName
{
color: #ACBD12;
}
</style>
background-color css
<style>
a { background-color: #ACBD12; }
a { background-color: rgb(172,189,18); }
div.DivClassName
{
background-color: #ACBD12;
}
.BgClassName
{
background-color: #ACBD12;
}
</style>
border-color css
<style>
span { border-color: #ACBD12; }
span { border-color: rgb(172,189,18); }
td.TdClassName
{
border-color: #ACBD12;
}
.TagClassName
{
border-color: #ACBD12;
}
</style>