Shades of Bahia #ACB630
Tints of Bahia #ACB630
RGB
CMYK
RGB Variations
Color information
#ACB630 (or 0xACB630) is known color: Bahia. HEX triplet: AC, B6 and 30. RGB value is (172,182,48). Sum of RGB (Red+Green+Blue) = 172+182+48=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB630 is #5349CF. Grayscale: #A4A4A4. Windows color (decimal): -5458384 or 3192492. OLE color: 3192492.
HSL color Cylindrical-coordinate representation of color #ACB630: hue angle of 64.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACB630 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 48 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.29 |
| HSL | 64.48º | 0.58% | 0.45% | - |
| HSV(B) | 64.48º | 0.74% | 0.71% | - |
| XYZ | 34.27 | 42.44 | 9.18 | - |
| YUV | 163.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 48 | 0.05 | 0 | 0.74 | 0.29 | 64.48 | 0.58 | 0.45 |
| Hex | AC | B6 | 30 | 5 | 0 | 4A | 1D | 40 | 3A | 2D |
| Octal | 254 | 266 | 60 | 5 | 0 | 112 | 35 | 100 | 72 | 55 |
| Binary | 10101100 | 10110110 | 110000 | 101 | 0 | 1001010 | 11101 | 1000000 | 111010 | 101101 |
Color Harmonies of #ACB630
Complementary color
Monochromatic Colors of #ACB630
Black with #ACB630
Text Example
Text Example
White with #ACB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB630; }
p { color: rgb(172,182,48); }
H1.HeaderClassName
{
color: #ACB630;
}
.AnyTagClassName
{
color: #ACB630;
}
</style>
background-color css
<style>
a { background-color: #ACB630; }
a { background-color: rgb(172,182,48); }
div.DivClassName
{
background-color: #ACB630;
}
.BgClassName
{
background-color: #ACB630;
}
</style>
border-color css
<style>
span { border-color: #ACB630; }
span { border-color: rgb(172,182,48); }
td.TdClassName
{
border-color: #ACB630;
}
.TagClassName
{
border-color: #ACB630;
}
</style>