Shades of Bahia #ACCE28
Tints of Bahia #ACCE28
RGB
CMYK
RGB Variations
Color information
#ACCE28 (or 0xACCE28) is known color: Bahia. HEX triplet: AC, CE and 28. RGB value is (172,206,40). Sum of RGB (Red+Green+Blue) = 172+206+40=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE28 is #5331D7. Grayscale: #B1B1B1. Windows color (decimal): -5452248 or 2674348. OLE color: 2674348.
HSL color Cylindrical-coordinate representation of color #ACCE28: hue angle of 72.29º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACCE28 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 40 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.19 |
| HSL | 72.29º | 0.67% | 0.48% | - |
| HSV(B) | 72.29º | 0.81% | 0.81% | - |
| XYZ | 39.47 | 53.07 | 10.17 | - |
| YUV | 176.91 | 50.74 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 40 | 0.17 | 0 | 0.81 | 0.19 | 72.29 | 0.67 | 0.48 |
| Hex | AC | CE | 28 | 11 | 0 | 51 | 13 | 48 | 43 | 30 |
| Octal | 254 | 316 | 50 | 21 | 0 | 121 | 23 | 110 | 103 | 60 |
| Binary | 10101100 | 11001110 | 101000 | 10001 | 0 | 1010001 | 10011 | 1001000 | 1000011 | 110000 |
Color Harmonies of #ACCE28
Complementary color
Monochromatic Colors of #ACCE28
Black with #ACCE28
Text Example
Text Example
White with #ACCE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE28; }
p { color: rgb(172,206,40); }
H1.HeaderClassName
{
color: #ACCE28;
}
.AnyTagClassName
{
color: #ACCE28;
}
</style>
background-color css
<style>
a { background-color: #ACCE28; }
a { background-color: rgb(172,206,40); }
div.DivClassName
{
background-color: #ACCE28;
}
.BgClassName
{
background-color: #ACCE28;
}
</style>
border-color css
<style>
span { border-color: #ACCE28; }
span { border-color: rgb(172,206,40); }
td.TdClassName
{
border-color: #ACCE28;
}
.TagClassName
{
border-color: #ACCE28;
}
</style>