Shades of Bahia #ACCF1F
Tints of Bahia #ACCF1F
RGB
CMYK
RGB Variations
Color information
#ACCF1F (or 0xACCF1F) is known color: Bahia. HEX triplet: AC, CF and 1F. RGB value is (172,207,31). Sum of RGB (Red+Green+Blue) = 172+207+31=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCF1F is #5330E0. Grayscale: #B1B1B1. Windows color (decimal): -5452001 or 2084780. OLE color: 2084780.
HSL color Cylindrical-coordinate representation of color #ACCF1F: hue angle of 71.93º degrees, saturation: 0.74, 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 #ACCF1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 31 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.19 |
| HSL | 71.93º | 0.74% | 0.47% | - |
| HSV(B) | 71.93º | 0.85% | 0.81% | - |
| XYZ | 39.57 | 53.5 | 9.54 | - |
| YUV | 176.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 31 | 0.17 | 0 | 0.85 | 0.19 | 71.93 | 0.74 | 0.47 |
| Hex | AC | CF | 1F | 11 | 0 | 55 | 13 | 48 | 4A | 2F |
| Octal | 254 | 317 | 37 | 21 | 0 | 125 | 23 | 110 | 112 | 57 |
| Binary | 10101100 | 11001111 | 11111 | 10001 | 0 | 1010101 | 10011 | 1001000 | 1001010 | 101111 |
Color Harmonies of #ACCF1F
Complementary color
Monochromatic Colors of #ACCF1F
Black with #ACCF1F
Text Example
Text Example
White with #ACCF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF1F; }
p { color: rgb(172,207,31); }
H1.HeaderClassName
{
color: #ACCF1F;
}
.AnyTagClassName
{
color: #ACCF1F;
}
</style>
background-color css
<style>
a { background-color: #ACCF1F; }
a { background-color: rgb(172,207,31); }
div.DivClassName
{
background-color: #ACCF1F;
}
.BgClassName
{
background-color: #ACCF1F;
}
</style>
border-color css
<style>
span { border-color: #ACCF1F; }
span { border-color: rgb(172,207,31); }
td.TdClassName
{
border-color: #ACCF1F;
}
.TagClassName
{
border-color: #ACCF1F;
}
</style>