Shades of Bahia #ACC42B
Tints of Bahia #ACC42B
RGB
CMYK
RGB Variations
Color information
#ACC42B (or 0xACC42B) is known color: Bahia. HEX triplet: AC, C4 and 2B. RGB value is (172,196,43). Sum of RGB (Red+Green+Blue) = 172+196+43=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC42B is #533BD4. Grayscale: #ABABAB. Windows color (decimal): -5454805 or 2868396. OLE color: 2868396.
HSL color Cylindrical-coordinate representation of color #ACC42B: hue angle of 69.41º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACC42B is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 43 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.23 |
| HSL | 69.41º | 0.64% | 0.47% | - |
| HSV(B) | 69.41º | 0.78% | 0.77% | - |
| XYZ | 37.19 | 48.42 | 9.67 | - |
| YUV | 171.38 | 55.55 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 43 | 0.12 | 0 | 0.78 | 0.23 | 69.41 | 0.64 | 0.47 |
| Hex | AC | C4 | 2B | C | 0 | 4E | 17 | 45 | 40 | 2F |
| Octal | 254 | 304 | 53 | 14 | 0 | 116 | 27 | 105 | 100 | 57 |
| Binary | 10101100 | 11000100 | 101011 | 1100 | 0 | 1001110 | 10111 | 1000101 | 1000000 | 101111 |
Color Harmonies of #ACC42B
Complementary color
Monochromatic Colors of #ACC42B
Black with #ACC42B
Text Example
Text Example
White with #ACC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC42B; }
p { color: rgb(172,196,43); }
H1.HeaderClassName
{
color: #ACC42B;
}
.AnyTagClassName
{
color: #ACC42B;
}
</style>
background-color css
<style>
a { background-color: #ACC42B; }
a { background-color: rgb(172,196,43); }
div.DivClassName
{
background-color: #ACC42B;
}
.BgClassName
{
background-color: #ACC42B;
}
</style>
border-color css
<style>
span { border-color: #ACC42B; }
span { border-color: rgb(172,196,43); }
td.TdClassName
{
border-color: #ACC42B;
}
.TagClassName
{
border-color: #ACC42B;
}
</style>