Shades of Bahia #ACCC14
Tints of Bahia #ACCC14
RGB
CMYK
RGB Variations
Color information
#ACCC14 (or 0xACCC14) is known color: Bahia. HEX triplet: AC, CC and 14. RGB value is (172,204,20). Sum of RGB (Red+Green+Blue) = 172+204+20=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC14 is #5333EB. Grayscale: #AEAEAE. Windows color (decimal): -5452780 or 1363116. OLE color: 1363116.
HSL color Cylindrical-coordinate representation of color #ACCC14: hue angle of 70.43º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCC14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.2 |
| HSL | 70.43º | 0.82% | 0.44% | - |
| HSV(B) | 70.43º | 0.9% | 0.8% | - |
| XYZ | 38.73 | 52.01 | 8.66 | - |
| YUV | 173.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 20 | 0.16 | 0 | 0.90 | 0.2 | 70.43 | 0.82 | 0.44 |
| Hex | AC | CC | 14 | 10 | 0 | 5A | 14 | 46 | 52 | 2C |
| Octal | 254 | 314 | 24 | 20 | 0 | 132 | 24 | 106 | 122 | 54 |
| Binary | 10101100 | 11001100 | 10100 | 10000 | 0 | 1011010 | 10100 | 1000110 | 1010010 | 101100 |
Color Harmonies of #ACCC14
Complementary color
Monochromatic Colors of #ACCC14
Black with #ACCC14
Text Example
Text Example
White with #ACCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC14; }
p { color: rgb(172,204,20); }
H1.HeaderClassName
{
color: #ACCC14;
}
.AnyTagClassName
{
color: #ACCC14;
}
</style>
background-color css
<style>
a { background-color: #ACCC14; }
a { background-color: rgb(172,204,20); }
div.DivClassName
{
background-color: #ACCC14;
}
.BgClassName
{
background-color: #ACCC14;
}
</style>
border-color css
<style>
span { border-color: #ACCC14; }
span { border-color: rgb(172,204,20); }
td.TdClassName
{
border-color: #ACCC14;
}
.TagClassName
{
border-color: #ACCC14;
}
</style>