Shades of Bahia #ACC51D
Tints of Bahia #ACC51D
RGB
CMYK
RGB Variations
Color information
#ACC51D (or 0xACC51D) is known color: Bahia. HEX triplet: AC, C5 and 1D. RGB value is (172,197,29). Sum of RGB (Red+Green+Blue) = 172+197+29=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC51D is #533AE2. Grayscale: #ABABAB. Windows color (decimal): -5454563 or 1951148. OLE color: 1951148.
HSL color Cylindrical-coordinate representation of color #ACC51D: hue angle of 68.93º 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 #ACC51D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 29 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.23 |
| HSL | 68.93º | 0.74% | 0.44% | - |
| HSV(B) | 68.93º | 0.85% | 0.77% | - |
| XYZ | 37.2 | 48.79 | 8.62 | - |
| YUV | 170.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 29 | 0.13 | 0 | 0.85 | 0.23 | 68.93 | 0.74 | 0.44 |
| Hex | AC | C5 | 1D | D | 0 | 55 | 17 | 45 | 4A | 2C |
| Octal | 254 | 305 | 35 | 15 | 0 | 125 | 27 | 105 | 112 | 54 |
| Binary | 10101100 | 11000101 | 11101 | 1101 | 0 | 1010101 | 10111 | 1000101 | 1001010 | 101100 |
Color Harmonies of #ACC51D
Complementary color
Monochromatic Colors of #ACC51D
Black with #ACC51D
Text Example
Text Example
White with #ACC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC51D; }
p { color: rgb(172,197,29); }
H1.HeaderClassName
{
color: #ACC51D;
}
.AnyTagClassName
{
color: #ACC51D;
}
</style>
background-color css
<style>
a { background-color: #ACC51D; }
a { background-color: rgb(172,197,29); }
div.DivClassName
{
background-color: #ACC51D;
}
.BgClassName
{
background-color: #ACC51D;
}
</style>
border-color css
<style>
span { border-color: #ACC51D; }
span { border-color: rgb(172,197,29); }
td.TdClassName
{
border-color: #ACC51D;
}
.TagClassName
{
border-color: #ACC51D;
}
</style>