Shades of Bahia #ACC41D
Tints of Bahia #ACC41D
RGB
CMYK
RGB Variations
Color information
#ACC41D (or 0xACC41D) is known color: Bahia. HEX triplet: AC, C4 and 1D. RGB value is (172,196,29). Sum of RGB (Red+Green+Blue) = 172+196+29=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC41D is #533BE2. Grayscale: #AAAAAA. Windows color (decimal): -5454819 or 1950892. OLE color: 1950892.
HSL color Cylindrical-coordinate representation of color #ACC41D: hue angle of 68.62º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC41D is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 29 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.23 |
| HSL | 68.62º | 0.74% | 0.44% | - |
| HSV(B) | 68.62º | 0.85% | 0.77% | - |
| XYZ | 36.97 | 48.34 | 8.54 | - |
| YUV | 169.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 29 | 0.12 | 0 | 0.85 | 0.23 | 68.62 | 0.74 | 0.44 |
| Hex | AC | C4 | 1D | C | 0 | 55 | 17 | 45 | 4A | 2C |
| Octal | 254 | 304 | 35 | 14 | 0 | 125 | 27 | 105 | 112 | 54 |
| Binary | 10101100 | 11000100 | 11101 | 1100 | 0 | 1010101 | 10111 | 1000101 | 1001010 | 101100 |
Color Harmonies of #ACC41D
Complementary color
Monochromatic Colors of #ACC41D
Black with #ACC41D
Text Example
Text Example
White with #ACC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC41D; }
p { color: rgb(172,196,29); }
H1.HeaderClassName
{
color: #ACC41D;
}
.AnyTagClassName
{
color: #ACC41D;
}
</style>
background-color css
<style>
a { background-color: #ACC41D; }
a { background-color: rgb(172,196,29); }
div.DivClassName
{
background-color: #ACC41D;
}
.BgClassName
{
background-color: #ACC41D;
}
</style>
border-color css
<style>
span { border-color: #ACC41D; }
span { border-color: rgb(172,196,29); }
td.TdClassName
{
border-color: #ACC41D;
}
.TagClassName
{
border-color: #ACC41D;
}
</style>