Shades of Rio Grande #ACCC0C
Tints of Rio Grande #ACCC0C
RGB
CMYK
RGB Variations
Color information
#ACCC0C (or 0xACCC0C) is known color: Rio Grande. HEX triplet: AC, CC and 0C. RGB value is (172,204,12). Sum of RGB (Red+Green+Blue) = 172+204+12=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC0C is #5333F3. Grayscale: #ADADAD. Windows color (decimal): -5452788 or 838828. OLE color: 838828.
HSL color Cylindrical-coordinate representation of color #ACCC0C: hue angle of 70º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACCC0C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.2 |
| HSL | 70º | 0.89% | 0.42% | - |
| HSV(B) | 70º | 0.94% | 0.8% | - |
| XYZ | 38.67 | 51.98 | 8.34 | - |
| YUV | 172.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 12 | 0.16 | 0 | 0.94 | 0.2 | 70 | 0.89 | 0.42 |
| Hex | AC | CC | C | 10 | 0 | 5E | 14 | 46 | 59 | 2A |
| Octal | 254 | 314 | 14 | 20 | 0 | 136 | 24 | 106 | 131 | 52 |
| Binary | 10101100 | 11001100 | 1100 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011001 | 101010 |
Color Harmonies of #ACCC0C
Complementary color
Monochromatic Colors of #ACCC0C
Black with #ACCC0C
Text Example
Text Example
White with #ACCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC0C; }
p { color: rgb(172,204,12); }
H1.HeaderClassName
{
color: #ACCC0C;
}
.AnyTagClassName
{
color: #ACCC0C;
}
</style>
background-color css
<style>
a { background-color: #ACCC0C; }
a { background-color: rgb(172,204,12); }
div.DivClassName
{
background-color: #ACCC0C;
}
.BgClassName
{
background-color: #ACCC0C;
}
</style>
border-color css
<style>
span { border-color: #ACCC0C; }
span { border-color: rgb(172,204,12); }
td.TdClassName
{
border-color: #ACCC0C;
}
.TagClassName
{
border-color: #ACCC0C;
}
</style>