Shades of Rio Grande #ACCE0B
Tints of Rio Grande #ACCE0B
RGB
CMYK
RGB Variations
Color information
#ACCE0B (or 0xACCE0B) is known color: Rio Grande. HEX triplet: AC, CE and 0B. RGB value is (172,206,11). Sum of RGB (Red+Green+Blue) = 172+206+11=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 11 (4.69% from 255 or 2.83% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE0B is #5331F4. Grayscale: #AEAEAE. Windows color (decimal): -5452277 or 773804. OLE color: 773804.
HSL color Cylindrical-coordinate representation of color #ACCE0B: hue angle of 70.46º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACCE0B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.19 |
| HSL | 70.46º | 0.9% | 0.43% | - |
| HSV(B) | 70.46º | 0.95% | 0.81% | - |
| XYZ | 39.14 | 52.94 | 8.47 | - |
| YUV | 173.6 | 36.24 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 11 | 0.17 | 0 | 0.95 | 0.19 | 70.46 | 0.9 | 0.43 |
| Hex | AC | CE | B | 11 | 0 | 5F | 13 | 46 | 5A | 2B |
| Octal | 254 | 316 | 13 | 21 | 0 | 137 | 23 | 106 | 132 | 53 |
| Binary | 10101100 | 11001110 | 1011 | 10001 | 0 | 1011111 | 10011 | 1000110 | 1011010 | 101011 |
Color Harmonies of #ACCE0B
Complementary color
Monochromatic Colors of #ACCE0B
Black with #ACCE0B
Text Example
Text Example
White with #ACCE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE0B; }
p { color: rgb(172,206,11); }
H1.HeaderClassName
{
color: #ACCE0B;
}
.AnyTagClassName
{
color: #ACCE0B;
}
</style>
background-color css
<style>
a { background-color: #ACCE0B; }
a { background-color: rgb(172,206,11); }
div.DivClassName
{
background-color: #ACCE0B;
}
.BgClassName
{
background-color: #ACCE0B;
}
</style>
border-color css
<style>
span { border-color: #ACCE0B; }
span { border-color: rgb(172,206,11); }
td.TdClassName
{
border-color: #ACCE0B;
}
.TagClassName
{
border-color: #ACCE0B;
}
</style>