Shades of Bahia #ACCF15
Tints of Bahia #ACCF15
RGB
CMYK
RGB Variations
Color information
#ACCF15 (or 0xACCF15) is known color: Bahia. HEX triplet: AC, CF and 15. RGB value is (172,207,21). Sum of RGB (Red+Green+Blue) = 172+207+21=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF15 is #5330EA. Grayscale: #B0B0B0. Windows color (decimal): -5452011 or 1429420. OLE color: 1429420.
HSL color Cylindrical-coordinate representation of color #ACCF15: hue angle of 71.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCF15 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.19 |
| HSL | 71.29º | 0.82% | 0.45% | - |
| HSV(B) | 71.29º | 0.9% | 0.81% | - |
| XYZ | 39.46 | 53.45 | 8.95 | - |
| YUV | 175.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 21 | 0.17 | 0 | 0.90 | 0.19 | 71.29 | 0.82 | 0.45 |
| Hex | AC | CF | 15 | 11 | 0 | 5A | 13 | 47 | 52 | 2D |
| Octal | 254 | 317 | 25 | 21 | 0 | 132 | 23 | 107 | 122 | 55 |
| Binary | 10101100 | 11001111 | 10101 | 10001 | 0 | 1011010 | 10011 | 1000111 | 1010010 | 101101 |
Color Harmonies of #ACCF15
Complementary color
Monochromatic Colors of #ACCF15
Black with #ACCF15
Text Example
Text Example
White with #ACCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF15; }
p { color: rgb(172,207,21); }
H1.HeaderClassName
{
color: #ACCF15;
}
.AnyTagClassName
{
color: #ACCF15;
}
</style>
background-color css
<style>
a { background-color: #ACCF15; }
a { background-color: rgb(172,207,21); }
div.DivClassName
{
background-color: #ACCF15;
}
.BgClassName
{
background-color: #ACCF15;
}
</style>
border-color css
<style>
span { border-color: #ACCF15; }
span { border-color: rgb(172,207,21); }
td.TdClassName
{
border-color: #ACCF15;
}
.TagClassName
{
border-color: #ACCF15;
}
</style>