Shades of Bahia #ACCF21
Tints of Bahia #ACCF21
RGB
CMYK
RGB Variations
Color information
#ACCF21 (or 0xACCF21) is known color: Bahia. HEX triplet: AC, CF and 21. RGB value is (172,207,33). Sum of RGB (Red+Green+Blue) = 172+207+33=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF21 is #5330DE. Grayscale: #B1B1B1. Windows color (decimal): -5451999 or 2215852. OLE color: 2215852.
HSL color Cylindrical-coordinate representation of color #ACCF21: hue angle of 72.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACCF21 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 33 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.19 |
| HSL | 72.07º | 0.73% | 0.47% | - |
| HSV(B) | 72.07º | 0.84% | 0.81% | - |
| XYZ | 39.6 | 53.51 | 9.68 | - |
| YUV | 176.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 33 | 0.17 | 0 | 0.84 | 0.19 | 72.07 | 0.73 | 0.47 |
| Hex | AC | CF | 21 | 11 | 0 | 54 | 13 | 48 | 48 | 2F |
| Octal | 254 | 317 | 41 | 21 | 0 | 124 | 23 | 110 | 110 | 57 |
| Binary | 10101100 | 11001111 | 100001 | 10001 | 0 | 1010100 | 10011 | 1001000 | 1001000 | 101111 |
Color Harmonies of #ACCF21
Complementary color
Monochromatic Colors of #ACCF21
Black with #ACCF21
Text Example
Text Example
White with #ACCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF21; }
p { color: rgb(172,207,33); }
H1.HeaderClassName
{
color: #ACCF21;
}
.AnyTagClassName
{
color: #ACCF21;
}
</style>
background-color css
<style>
a { background-color: #ACCF21; }
a { background-color: rgb(172,207,33); }
div.DivClassName
{
background-color: #ACCF21;
}
.BgClassName
{
background-color: #ACCF21;
}
</style>
border-color css
<style>
span { border-color: #ACCF21; }
span { border-color: rgb(172,207,33); }
td.TdClassName
{
border-color: #ACCF21;
}
.TagClassName
{
border-color: #ACCF21;
}
</style>