Shades of Bahia #ACCD2C
Tints of Bahia #ACCD2C
RGB
CMYK
RGB Variations
Color information
#ACCD2C (or 0xACCD2C) is known color: Bahia. HEX triplet: AC, CD and 2C. RGB value is (172,205,44). Sum of RGB (Red+Green+Blue) = 172+205+44=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCD2C is #5332D3. Grayscale: #B1B1B1. Windows color (decimal): -5452500 or 2936236. OLE color: 2936236.
HSL color Cylindrical-coordinate representation of color #ACCD2C: hue angle of 72.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACCD2C is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 44 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.20 |
| HSL | 72.3º | 0.65% | 0.49% | - |
| HSV(B) | 72.3º | 0.79% | 0.8% | - |
| XYZ | 39.3 | 52.62 | 10.47 | - |
| YUV | 176.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 44 | 0.16 | 0 | 0.79 | 0.20 | 72.3 | 0.65 | 0.49 |
| Hex | AC | CD | 2C | 10 | 0 | 4F | 14 | 48 | 41 | 31 |
| Octal | 254 | 315 | 54 | 20 | 0 | 117 | 24 | 110 | 101 | 61 |
| Binary | 10101100 | 11001101 | 101100 | 10000 | 0 | 1001111 | 10100 | 1001000 | 1000001 | 110001 |
Color Harmonies of #ACCD2C
Complementary color
Monochromatic Colors of #ACCD2C
Black with #ACCD2C
Text Example
Text Example
White with #ACCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD2C; }
p { color: rgb(172,205,44); }
H1.HeaderClassName
{
color: #ACCD2C;
}
.AnyTagClassName
{
color: #ACCD2C;
}
</style>
background-color css
<style>
a { background-color: #ACCD2C; }
a { background-color: rgb(172,205,44); }
div.DivClassName
{
background-color: #ACCD2C;
}
.BgClassName
{
background-color: #ACCD2C;
}
</style>
border-color css
<style>
span { border-color: #ACCD2C; }
span { border-color: rgb(172,205,44); }
td.TdClassName
{
border-color: #ACCD2C;
}
.TagClassName
{
border-color: #ACCD2C;
}
</style>