Shades of Bahia #ACCD20
Tints of Bahia #ACCD20
RGB
CMYK
RGB Variations
Color information
#ACCD20 (or 0xACCD20) is known color: Bahia. HEX triplet: AC, CD and 20. RGB value is (172,205,32). Sum of RGB (Red+Green+Blue) = 172+205+32=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD20 is #5332DF. Grayscale: #B0B0B0. Windows color (decimal): -5452512 or 2149804. OLE color: 2149804.
HSL color Cylindrical-coordinate representation of color #ACCD20: hue angle of 71.45º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACCD20 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 32 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.20 |
| HSL | 71.45º | 0.73% | 0.46% | - |
| HSV(B) | 71.45º | 0.84% | 0.8% | - |
| XYZ | 39.11 | 52.54 | 9.45 | - |
| YUV | 175.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 32 | 0.16 | 0 | 0.84 | 0.20 | 71.45 | 0.73 | 0.46 |
| Hex | AC | CD | 20 | 10 | 0 | 54 | 14 | 47 | 49 | 2E |
| Octal | 254 | 315 | 40 | 20 | 0 | 124 | 24 | 107 | 111 | 56 |
| Binary | 10101100 | 11001101 | 100000 | 10000 | 0 | 1010100 | 10100 | 1000111 | 1001001 | 101110 |
Color Harmonies of #ACCD20
Complementary color
Monochromatic Colors of #ACCD20
Black with #ACCD20
Text Example
Text Example
White with #ACCD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD20; }
p { color: rgb(172,205,32); }
H1.HeaderClassName
{
color: #ACCD20;
}
.AnyTagClassName
{
color: #ACCD20;
}
</style>
background-color css
<style>
a { background-color: #ACCD20; }
a { background-color: rgb(172,205,32); }
div.DivClassName
{
background-color: #ACCD20;
}
.BgClassName
{
background-color: #ACCD20;
}
</style>
border-color css
<style>
span { border-color: #ACCD20; }
span { border-color: rgb(172,205,32); }
td.TdClassName
{
border-color: #ACCD20;
}
.TagClassName
{
border-color: #ACCD20;
}
</style>