Shades of Bahia #ACCC28
Tints of Bahia #ACCC28
RGB
CMYK
RGB Variations
Color information
#ACCC28 (or 0xACCC28) is known color: Bahia. HEX triplet: AC, CC and 28. RGB value is (172,204,40). Sum of RGB (Red+Green+Blue) = 172+204+40=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC28 is #5333D7. Grayscale: #B0B0B0. Windows color (decimal): -5452760 or 2673836. OLE color: 2673836.
HSL color Cylindrical-coordinate representation of color #ACCC28: hue angle of 71.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACCC28 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 40 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.2 |
| HSL | 71.71º | 0.67% | 0.48% | - |
| HSV(B) | 71.71º | 0.8% | 0.8% | - |
| XYZ | 38.99 | 52.11 | 10.01 | - |
| YUV | 175.74 | 51.4 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 40 | 0.16 | 0 | 0.80 | 0.2 | 71.71 | 0.67 | 0.48 |
| Hex | AC | CC | 28 | 10 | 0 | 50 | 14 | 48 | 43 | 30 |
| Octal | 254 | 314 | 50 | 20 | 0 | 120 | 24 | 110 | 103 | 60 |
| Binary | 10101100 | 11001100 | 101000 | 10000 | 0 | 1010000 | 10100 | 1001000 | 1000011 | 110000 |
Color Harmonies of #ACCC28
Complementary color
Monochromatic Colors of #ACCC28
Black with #ACCC28
Text Example
Text Example
White with #ACCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC28; }
p { color: rgb(172,204,40); }
H1.HeaderClassName
{
color: #ACCC28;
}
.AnyTagClassName
{
color: #ACCC28;
}
</style>
background-color css
<style>
a { background-color: #ACCC28; }
a { background-color: rgb(172,204,40); }
div.DivClassName
{
background-color: #ACCC28;
}
.BgClassName
{
background-color: #ACCC28;
}
</style>
border-color css
<style>
span { border-color: #ACCC28; }
span { border-color: rgb(172,204,40); }
td.TdClassName
{
border-color: #ACCC28;
}
.TagClassName
{
border-color: #ACCC28;
}
</style>