Shades of Bahia #ACCF20
Tints of Bahia #ACCF20
RGB
CMYK
RGB Variations
Color information
#ACCF20 (or 0xACCF20) is known color: Bahia. HEX triplet: AC, CF and 20. RGB value is (172,207,32). Sum of RGB (Red+Green+Blue) = 172+207+32=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF20 is #5330DF. Grayscale: #B1B1B1. Windows color (decimal): -5452000 or 2150316. OLE color: 2150316.
HSL color Cylindrical-coordinate representation of color #ACCF20: hue angle of 72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACCF20 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 32 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.19 |
| HSL | 72º | 0.73% | 0.47% | - |
| HSV(B) | 72º | 0.85% | 0.81% | - |
| XYZ | 39.59 | 53.5 | 9.61 | - |
| YUV | 176.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 32 | 0.17 | 0 | 0.85 | 0.19 | 72 | 0.73 | 0.47 |
| Hex | AC | CF | 20 | 11 | 0 | 55 | 13 | 48 | 49 | 2F |
| Octal | 254 | 317 | 40 | 21 | 0 | 125 | 23 | 110 | 111 | 57 |
| Binary | 10101100 | 11001111 | 100000 | 10001 | 0 | 1010101 | 10011 | 1001000 | 1001001 | 101111 |
Color Harmonies of #ACCF20
Complementary color
Monochromatic Colors of #ACCF20
Black with #ACCF20
Text Example
Text Example
White with #ACCF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF20; }
p { color: rgb(172,207,32); }
H1.HeaderClassName
{
color: #ACCF20;
}
.AnyTagClassName
{
color: #ACCF20;
}
</style>
background-color css
<style>
a { background-color: #ACCF20; }
a { background-color: rgb(172,207,32); }
div.DivClassName
{
background-color: #ACCF20;
}
.BgClassName
{
background-color: #ACCF20;
}
</style>
border-color css
<style>
span { border-color: #ACCF20; }
span { border-color: rgb(172,207,32); }
td.TdClassName
{
border-color: #ACCF20;
}
.TagClassName
{
border-color: #ACCF20;
}
</style>